Files
Stackq/node_modules/mrmime/index.d.ts
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

3 lines
107 B
TypeScript

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