@bgord/tools 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,6 +4,10 @@ export type MimeRegistryEntry = {
|
|
|
4
4
|
mime: Mime;
|
|
5
5
|
extensions: ExtensionType[];
|
|
6
6
|
};
|
|
7
|
+
export declare const MimeRegistryError: {
|
|
8
|
+
ExtensionNotFound: string;
|
|
9
|
+
MimeNotFound: string;
|
|
10
|
+
};
|
|
7
11
|
export declare class MimeRegistry {
|
|
8
12
|
private readonly byExtension;
|
|
9
13
|
private readonly byMime;
|