is-binary-path
Advanced tools
Check if a file path is a binary file
Weekly downloads
Changelog
https://github.com/sindresorhus/is-binary-path/compare/v2.0.0...v2.1.0
Readme
Check if a file path is a binary file
$ npm install is-binary-path
const isBinaryPath = require('is-binary-path');
isBinaryPath('source/unicorn.png');
//=> true
isBinaryPath('source/unicorn.txt');
//=> false
MIT © Sindre Sorhus, Paul Miller
Check if a file path is a binary file
The npm package is-binary-path receives a total of 35,591,913 weekly downloads. As such, is-binary-path popularity was classified as popular.
We found that is-binary-path demonstrated a not healthy version release cadence and project activity. It has 3 open source maintainers collaborating on the project.