mime.d.ts 73 B

1234
  1. declare function mime(name: string): string | undefined;
  2. export = mime;