Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi | 6 년 전 | |
---|---|---|
.. | ||
index.js | 6 년 전 | |
license | 6 년 전 | |
package.json | 6 년 전 | |
readme.md | 6 년 전 |
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