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 
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
Related
- binary-extensions - List of binary file extensions
- is-text-path - Check if a filepath is a text file
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
Assets (1)
Versions (2)
View all
is-binary-path-2.1.0.tgz
1.6 KiB