micnic / mime.json

JSON list of extensions with their mime types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%