ghaction-upx/node_modules/ext-list
2020-01-17 09:39:25 +01:00
..
index.js Update node_modules 2020-01-17 09:39:25 +01:00
license Update node_modules 2020-01-17 09:39:25 +01:00
package.json Update node_modules 2020-01-17 09:39:25 +01:00
readme.md Update node_modules 2020-01-17 09:39:25 +01: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