caoge c760052ff9 机车状态修改 | hace 8 meses | |
---|---|---|
.. | ||
index.js | hace 8 meses | |
license | hace 8 meses | |
package.json | hace 8 meses | |
readme.md | hace 8 meses |
Check if a filepath is a binary file
$ npm install --save is-binary-path
var isBinaryPath = require('is-binary-path');
isBinaryPath('src/unicorn.png');
//=> true
isBinaryPath('src/unicorn.txt');
//=> false
binary-extensions
- List of binary file extensionsis-text-path
- Check if a filepath is a text fileMIT © Sindre Sorhus