mime.json
v1.3.2
Published
JSON list of extensions with their mime types
Downloads
3,040
Readme
mime.json
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'