qauMaWeb/node_modules/mrmime/index.d.ts

3 lines
102 B
TypeScript
Raw Permalink Normal View History

2024-10-13 18:02:27 +08:00
export const mimes: Record<string, string>;
export function lookup(extension: string): string | void;