sensordb2 e64a8defe5 3.17 il y a 1 an
..
index.js e64a8defe5 3.17 il y a 1 an
license e64a8defe5 3.17 il y a 1 an
package.json e64a8defe5 3.17 il y a 1 an
readme.md e64a8defe5 3.17 il y a 1 an

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