mirror of
https://github.com/sern-handler/website
synced 2026-06-23 16:22:26 +00:00
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
export const mimes: Record<string, string>;
|
|
export function lookup(extension: string): string | undefined;
|