sensordb2 e64a8defe5 3.17 1 year ago
..
index.js e64a8defe5 3.17 1 year ago
license e64a8defe5 3.17 1 year ago
package.json e64a8defe5 3.17 1 year ago
readme.md e64a8defe5 3.17 1 year ago

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