personnal/ecole/node_modules copy/is-binary-path
Alexis Burnaz 23ce270077 tfac be like, last ver 2026-06-12 10:19:12 +02:00
..
index.d.ts tfac be like, last ver 2026-06-12 10:19:12 +02:00
index.js tfac be like, last ver 2026-06-12 10:19:12 +02:00
license tfac be like, last ver 2026-06-12 10:19:12 +02:00
package.json tfac be like, last ver 2026-06-12 10:19:12 +02:00
readme.md tfac be like, last ver 2026-06-12 10:19:12 +02:00

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

License

MIT © Sindre Sorhus, Paul Miller