rajchatterz 86b3213a9e | пре 10 месеци | |
---|---|---|
.. | ||
index.d.ts | пре 10 месеци | |
index.js | пре 10 месеци | |
license | пре 10 месеци | |
package.json | пре 10 месеци | |
readme.md | пре 10 месеци |
Check if a file path is a binary file
$ npm install is-binary-path
const isBinaryPath = require('is-binary-path');
isBinaryPath('source/unicorn.png');
//=> true
isBinaryPath('source/unicorn.txt');
//=> false
MIT © Sindre Sorhus, Paul Miller