is-binary-path (2.1.0)

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

Installation

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

About this package

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

Dependencies

Dependencies

ID Version
binary-extensions ^2.0.0

Development Dependencies

ID Version
ava ^1.4.1
tsd ^0.7.2
xo ^0.24.0

Keywords

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