Skip to content

Commit 61bf083

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2205fee commit 61bf083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_helpers/mime.node.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const MAP_TEXT_EXTENSION_MIMETYPE: Readonly<Record<string, MimeType>> = {
4040
'.licence': MIMETYPE_TEXT_PLAIN,
4141
} as const
4242

43-
const LICENSE_FILENAME_BASE = new Set(['licence', 'license'])
44-
const LICENSE_FILENAME_EXT = new Set([
43+
const LICENSE_FILENAME_BASE: Readonly<Set<string>> = new Set(['licence', 'license'])
44+
const LICENSE_FILENAME_EXT: Readonly<Set<string>> = new Set([
4545
'.apache',
4646
'.bsd',
4747
'.gpl',

0 commit comments

Comments
 (0)