chrisdrakeford 9c87c1307d first commit | hace 3 años | |
---|---|---|
.. | ||
binary-extensions.json | hace 3 años | |
binary-extensions.json.d.ts | hace 3 años | |
index.d.ts | hace 3 años | |
index.js | hace 3 años | |
license | hace 3 años | |
package.json | hace 3 años | |
readme.md | hace 3 años |
List of binary file extensions
The list is just a JSON file and can be used anywhere.
$ npm install binary-extensions
const binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
//=> ['3ds', '3g2', …]