live-server/node_modules/binary-extensions
2023-12-05 17:03:01 +00:00
..
binary-extensions.json test 2023-12-05 17:03:01 +00:00
license test 2023-12-05 17:03:01 +00:00
package.json test 2023-12-05 17:03:01 +00:00
readme.md test 2023-12-05 17:03:01 +00: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)