bigint-crypto-utils/node_modules/binary-extensions
juanelas c29b520108 JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02:00
..
binary-extensions.json JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02:00
binary-extensions.json.d.ts JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02:00
index.d.ts JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02:00
index.js JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02:00
license JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02:00
package.json JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02:00
readme.md JS Standard. Some fixes with the test. Better structure 2020-04-06 13:17:22 +02: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