root 3bf41bf355 update | vor 1 Jahr | |
---|---|---|
.. | ||
binary-extensions.json | vor 1 Jahr | |
license | vor 1 Jahr | |
package.json | vor 1 Jahr | |
readme.md | vor 1 Jahr |
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