FLUJOS/VISUALIZACION/node_modules/is-binary-path
2025-11-07 00:06:12 +01:00
..
index.js flow like the river 2025-11-07 00:06:12 +01:00
license flow like the river 2025-11-07 00:06:12 +01:00
package.json flow like the river 2025-11-07 00:06:12 +01:00
readme.md flow like the river 2025-11-07 00:06:12 +01: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