UNPKG

@netlify/content-engine

Version:
4 lines 278 B
export type ImageFormat = "jpg" | "png" | "webp" | "avif" | "auto"; export declare function getImageFormatFromMimeType(mimeType: string): ImageFormat; export declare function getFileExtensionFromMimeType(mimeType: string): string; //# sourceMappingURL=mime-type-helpers.d.ts.map