playbook/superpowers/skills/brainstorming/scripts/node_modules/is-binary-path
ci-bot 240c7033dc
Trigger Superpowers Sync / Run main sync script (push) Successful in 1m18s Details
📦 deps(superpowers): vendor snapshot
2026-03-12 01:20:57 +00:00
..
index.d.ts 📦 deps(superpowers): vendor snapshot 2026-03-12 01:20:57 +00:00
index.js 📦 deps(superpowers): vendor snapshot 2026-03-12 01:20:57 +00:00
license 📦 deps(superpowers): vendor snapshot 2026-03-12 01:20:57 +00:00
package.json 📦 deps(superpowers): vendor snapshot 2026-03-12 01:20:57 +00:00
readme.md 📦 deps(superpowers): vendor snapshot 2026-03-12 01:20:57 +00: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