root 3bf41bf355 update пре 1 година
..
binary-extensions.json 3bf41bf355 update пре 1 година
license 3bf41bf355 update пре 1 година
package.json 3bf41bf355 update пре 1 година
readme.md 3bf41bf355 update пре 1 година

readme.md

binary-extensions Build Status

List of binary file extensions

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

Install

$ npm install binary-extensions

Usage

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

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

Related

License

MIT © Sindre Sorhus