Syllabus/themes/sandpoints/node_modules/binary-extensions
Marcell Mars fd78b9e4e3 initial sandpoints theme commit.. 2020-08-19 01:14:35 +02:00
..
binary-extensions.json initial sandpoints theme commit.. 2020-08-19 01:14:35 +02:00
binary-extensions.json.d.ts initial sandpoints theme commit.. 2020-08-19 01:14:35 +02:00
index.d.ts initial sandpoints theme commit.. 2020-08-19 01:14:35 +02:00
index.js initial sandpoints theme commit.. 2020-08-19 01:14:35 +02:00
license initial sandpoints theme commit.. 2020-08-19 01:14:35 +02:00
package.json initial sandpoints theme commit.. 2020-08-19 01:14:35 +02:00
readme.md initial sandpoints theme commit.. 2020-08-19 01:14:35 +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