sxoinas12 82e781b8aa Graph & Tree | há 5 anos atrás | |
---|---|---|
.. | ||
binary-extensions.json | há 5 anos atrás | |
license | há 5 anos atrás | |
package.json | há 5 anos atrás | |
readme.md | há 5 anos atrás |
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', …]
MIT © Sindre Sorhus, Paul Miller (https://paulmillr.com)