sxoinas12 82e781b8aa Graph & Tree пре 5 година
..
index.js 82e781b8aa Graph & Tree пре 5 година
license 82e781b8aa Graph & Tree пре 5 година
package.json 82e781b8aa Graph & Tree пре 5 година
readme.md 82e781b8aa Graph & Tree пре 5 година

readme.md

is-binary-path Build Status

Check if a filepath is a binary file

Install

$ npm install --save is-binary-path

Usage

var isBinaryPath = require('is-binary-path');

isBinaryPath('src/unicorn.png');
//=> true

isBinaryPath('src/unicorn.txt');
//=> false

Related

License

MIT © Sindre Sorhus