Tennessee Gibbs 0304752480 added pages to master | 6 yıl önce | |
---|---|---|
.. | ||
index.js | 6 yıl önce | |
license | 6 yıl önce | |
package.json | 6 yıl önce | |
readme.md | 6 yıl önce |
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