File size: 107 Bytes
bc20498 |
1 2 3 |
export const mimes: Record<string, string>;
export function lookup(extension: string): string | undefined;
|
bc20498 |
1 2 3 |
export const mimes: Record<string, string>;
export function lookup(extension: string): string | undefined;
|