Name Last Update
..
ext-list.json Loading commit data...
index.js Loading commit data...
license Loading commit data...
package.json Loading commit data...
readme.md Loading commit data...

readme.md

ext-list Build Status

Return a list of known file extensions and their MIME types

Install

$ npm install --save ext-list

Usage

var extList = require('ext-list');

extList();
//=> {'123': 'application/vnd.lotus-1-2-3', ez: 'application/andrew-inset', aw: 'application/applixware', ...}

License

MIT © Kevin Mårtensson