Give MimeDB a class name
This commit is contained in:
parent
eb96103478
commit
c6d11fcd7f
@ -25,7 +25,7 @@ export class MimeInfo {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MimeDB = new class {
|
export const MimeDB = new class MimeDB {
|
||||||
private readonly mimeToExts: Map<string, MimeInfo>;
|
private readonly mimeToExts: Map<string, MimeInfo>;
|
||||||
|
|
||||||
private readonly registeredExtensions: Set<string>;
|
private readonly registeredExtensions: Set<string>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user