Bachir Soussi Chiadmi ac58a24f5c added bower, gulp | пре 7 година | |
---|---|---|
.. | ||
binary-extensions.json | пре 7 година | |
license | пре 7 година | |
package.json | пре 7 година | |
readme.md | пре 7 година |
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