1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/node_modules/is-binary-path
2016-01-04 12:25:28 -05:00
..
2016-01-04 12:25:28 -05:00
2016-01-04 12:25:28 -05:00
2016-01-04 12:25:28 -05:00
2016-01-04 12:25:28 -05: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