mime.d.ts 73 B

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