thedesk/app/node_modules/ext-list
2018-05-26 21:48:13 +09:00
..
index.js TheDesk modify 2018-01-28 21:27:11 +09:00
license TheDesk modify 2018-01-28 21:27:11 +09:00
package.json TheDesk Mio (ver.5) 2018-05-26 21:48:13 +09:00
readme.md TheDesk modify 2018-01-28 21:27:11 +09:00

ext-list Build Status

Return a list of known file extensions and their MIME types

Install

$ npm install --save ext-list

Usage

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

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

License

MIT © Kevin Mårtensson