Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 785 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 785 Bytes

mime.json

npm version npm downloads npm types license

This is the list of file extensions with their mime types, nothing more. The list is extracted from mime-db.

Usage

import mime from 'mime.json';

mime['js']; // => 'application/javascript'
mime.json;  // => 'application/json'