Repository URL to install this package:
Version:
1.9.1-1486597190 ▾
|
.. |
index.js |
package.json |
license |
readme.md |
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