Daniel Hübleitner 615619e6e7 start werk | 5 years ago | |
---|---|---|
.. | ||
binary-extensions.json | 5 years ago | |
license | 5 years ago | |
package.json | 5 years ago | |
readme.md | 5 years ago |
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)