lhl 6ff0e96ad3 8-4-1 1 rok temu
..
index.d.ts 6ff0e96ad3 8-4-1 1 rok temu
index.js 6ff0e96ad3 8-4-1 1 rok temu
license 6ff0e96ad3 8-4-1 1 rok temu
package.json 6ff0e96ad3 8-4-1 1 rok temu
readme.md 6ff0e96ad3 8-4-1 1 rok temu

readme.md

is-binary-path Build Status

Check if a file path is a binary file

Install

$ npm install is-binary-path

Usage

const isBinaryPath = require('is-binary-path');

isBinaryPath('source/unicorn.png');
//=> true

isBinaryPath('source/unicorn.txt');
//=> false

Related

License

MIT © Sindre Sorhus, Paul Miller