guilmour 4d48d7b520 Version 0.1 | 6 年之前 | |
---|---|---|
.. | ||
index.js | 6 年之前 | |
license | 6 年之前 | |
readme.md | 6 年之前 |
Return a list of known file extensions and their MIME types
$ npm install --save ext-list
const extList = require('ext-list');
extList();
//=> {'123': 'application/vnd.lotus-1-2-3', ez: 'application/andrew-inset', aw: 'application/applixware', ...}
MIT © Kevin Mårtensson