Opal-Estate-Pro/node_modules/is-binary-path
2019-09-13 11:27:52 +07:00
..
index.js style Dashboard 2019-09-13 11:27:52 +07:00
license style Dashboard 2019-09-13 11:27:52 +07:00
package.json style Dashboard 2019-09-13 11:27:52 +07:00
readme.md style Dashboard 2019-09-13 11:27:52 +07:00

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

License

MIT © Sindre Sorhus