An object mapping ~300 standard mime types to ~400 extensions.
This module basically just exports the content of this file.
npm install mime-standard
import mime from 'mime-standard';
console.log ( mime );
// {
// "application/andrew-inset": ["ez"],
// "application/applixware": ["aw"],
// "application/atom+xml": ["atom"],
// ...and so on...
// }
MIT © Fabio Spampinato