Bachir Soussi Chiadmi ac58a24f5c added bower, gulp | 7 years ago | |
---|---|---|
.. | ||
binary-extensions.json | 7 years ago | |
license | 7 years ago | |
package.json | 7 years ago | |
readme.md | 7 years ago |
List of binary file extensions
The list is just a JSON file and can be used wherever.
$ npm install --save binary-extensions
var binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
//=> ['3ds', '3g2', ...]
is-binary-path
- Check if a filepath is a binary filetext-extensions
- List of text file extensionsMIT © Sindre Sorhus