UNPKG

mime2ext

Version:

Convert a mime type to a file extension. It works only with popular mime types and it's super lightweight.

3 lines (2 loc) 75 B
declare const mime2ext: (mime: string) => string; export default mime2ext;