Eric Foster 35b96bc934 initial commit | 6 anos atrás | |
---|---|---|
.. | ||
binary-extensions.json | 6 anos atrás | |
license | 6 anos atrás | |
package.json | 6 anos atrás | |
readme.md | 6 anos atrás |
List of binary file extensions
The list is just a JSON file and can be used wherever.
$ npm install binary-extensions
const binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
//=> ['3ds', '3g2', …]
MIT © Sindre Sorhus