Skip to content

micnic/mime.json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

JSON list of extensions with their mime types

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published