lix-website/themes/lix/assets/bootstrap/node_modules/ext-list
2024-04-26 22:49:34 -06:00
..
index.js initial commit of template 2024-04-26 22:49:34 -06:00
license initial commit of template 2024-04-26 22:49:34 -06:00
package.json initial commit of template 2024-04-26 22:49:34 -06:00
readme.md initial commit of template 2024-04-26 22:49:34 -06: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