gui/ui/node_modules.bak/mrmime/index.d.ts

3 lines
107 B
TypeScript
Raw Permalink Normal View History

export const mimes: Record<string, string>;
export function lookup(extension: string): string | undefined;