mime-standard
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mime-standard

Weekly Downloads

717

Version

1.0.3

License

MIT

Unpacked Size

24.4 kB

Total Files

5

Last publish

Collaborators

  • fabiospampinato