UNPKG

mrmime

Version:

A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename

3 lines (2 loc) 107 B
export const mimes: Record<string, string>; export function lookup(extension: string): string | undefined;