Files
Camilou.fr/VUEJS/myapp/node_modules/mrmime/index.d.ts
T
2026-05-29 21:38:59 +02:00

3 lines
107 B
TypeScript

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