Christian Ziermann b8da0c7023 Initial commit před 4 roky
..
binary-extensions.json Initial commit před 4 roky
binary-extensions.json.d.ts Initial commit před 4 roky
index.d.ts Initial commit před 4 roky
index.js Initial commit před 4 roky
license Initial commit před 4 roky
package.json Initial commit před 4 roky
readme.md Initial commit před 4 roky

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

License

MIT © Sindre Sorhus, Paul Miller