NET-Web-API-w-Angular/my-app/node_modules/mrmime/index.d.ts

2 lines
107 B
TypeScript
Executable file

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