r3-v2/node_modules/binary-extensions
Theunis J. Botha 5f5bbac56e initial comit 2020-02-27 15:24:35 +01:00
..
binary-extensions.json initial comit 2020-02-27 15:24:35 +01:00
license initial comit 2020-02-27 15:24:35 +01:00
package.json initial comit 2020-02-27 15:24:35 +01:00
readme.md initial comit 2020-02-27 15:24:35 +01:00

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 (https://paulmillr.com)