|
il y a 1 jour | |
---|---|---|
.. | ||
index.d.ts | il y a 1 jour | |
index.js | il y a 1 jour | |
license | il y a 1 jour | |
package.json | il y a 1 jour | |
readme.md | il y a 1 jour |
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