毕设专用git仓库

3 lines
107 B

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