is-binary-path (1.0.1)

Published 2026-02-24 13:58:18 +00:00 by atheaadmin

Installation

registry=
npm install is-binary-path@1.0.1
"is-binary-path": "1.0.1"

About this package

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

Dependencies

Dependencies

ID Version
binary-extensions ^1.0.0

Development Dependencies

ID Version
ava 0.0.4

Keywords

bin binary ext extensions extension file path check detect is
Details
npm
2026-02-24 13:58:18 +00:00
0
Sindre Sorhus
MIT
1.5 KiB
Assets (1)
Versions (2) View all
1.0.1 2026-02-24
2.1.0 2026-02-24