Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi 6 rokov pred
..
binary-extensions.json cefd1c2ad0 updated sys and created publi 6 rokov pred
license cefd1c2ad0 updated sys and created publi 6 rokov pred
package.json cefd1c2ad0 updated sys and created publi 6 rokov pred
readme.md cefd1c2ad0 updated sys and created publi 6 rokov pred

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