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