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