Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Feb 4, 2024
1 parent a5785d1 commit 28b6347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const contentDisposition = require('content-disposition')
const dirList = require('./lib/dirList')
const { generateHashes } = require('./lib/hash')

const kFileHashes = Symbol('fileHashes')

const asteriskRegex = /\*/gu
const endForwardSlashRegex = /\/$/u

const kFileHashes = Symbol('fileHashes')

const defaultHashPath = path.join('.tmp', 'hashes.json')
const supportedEncodings = ['br', 'gzip', 'deflate']
send.mime.default_type = 'application/octet-stream'
Expand Down

0 comments on commit 28b6347

Please sign in to comment.