JSPM

mime-standard

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 556
  • Score
    100M100P100Q99423F
  • License MIT

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

Package Exports

  • mime-standard

Readme

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 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