@valbuild/shared 0.48.0 → 0.49.0

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.
@@ -0,0 +1,4 @@
1
+ export declare const EXT_TO_MIME_TYPES: Record<string, string>;
2
+ export declare const MIME_TYPES_TO_EXT: {
3
+ [k: string]: string;
4
+ };
@@ -1,4 +1,3 @@
1
1
  export declare function getMimeType(base64Url: string): string | undefined;
2
2
  export declare function mimeTypeToFileExt(mimeType: string): string;
3
3
  export declare function filenameToMimeType(filename: string): string | undefined;
4
- export declare function imageTypeToMimeType(imageType: string): string;
@@ -1 +1,2 @@
1
- export * from "./imageMimeType.js";
1
+ export * from "./convertMimeType.js";
2
+ export * from "./all.js";