Files
rpclibrary/node_modules/binary-extensions
Daniel Hübleitner 615619e6e7 start werk
2019-09-17 23:18:00 +02:00
..
2019-09-17 23:18:00 +02:00
2019-09-17 23:18:00 +02:00
2019-09-17 23:18:00 +02:00
2019-09-17 23:18:00 +02:00

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', …]

License

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