heystreamer/node_modules/is-binary-path
Bashy 6c7facadce
Some checks failed
CI / check (push) Has been cancelled
rework
2026-04-26 23:00:55 +03:00
..
index.d.ts rework 2026-04-26 23:00:55 +03:00
index.js rework 2026-04-26 23:00:55 +03:00
license rework 2026-04-26 23:00:55 +03:00
package.json rework 2026-04-26 23:00:55 +03:00
readme.md rework 2026-04-26 23:00:55 +03:00

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

License

MIT © Sindre Sorhus, Paul Miller