Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 516 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 516 Bytes

Mime Standard

An object mapping ~300 standard mime types to ~400 extensions.

This module basically just exports the content of this file.

Install

npm install --save mime-standard

Usage

import mime from 'mime-standard';

console.log ( mime );

/*
{
  "application/andrew-inset": ["ez"],
  "application/applixware": ["aw"],
  "application/atom+xml": ["atom"],
  ...and so on...
}
*/

License

MIT © Fabio Spampinato