zhang song fec5680ad9 'prod' 6 роки тому
..
binary-extensions.json fec5680ad9 'prod' 6 роки тому
license fec5680ad9 'prod' 6 роки тому
package.json fec5680ad9 'prod' 6 роки тому
readme.md fec5680ad9 'prod' 6 роки тому

readme.md

binary-extensions Build Status

List of binary file extensions

The list is just a JSON file and can be used anywhere.

Install

$ npm install binary-extensions

Usage

const binaryExtensions = require('binary-extensions');

console.log(binaryExtensions);
//=> ['3ds', '3g2', …]

Related

License

MIT © Sindre Sorhus, Paul Miller (https://paulmillr.com)