Docker-ImageManagementOptim.../node_modules/is-binary-path
adelyaou b37df7e84e Image management and optimization 2025-08-11 17:03:28 +07:00
..
index.d.ts Image management and optimization 2025-08-11 17:03:28 +07:00
index.js Image management and optimization 2025-08-11 17:03:28 +07:00
license Image management and optimization 2025-08-11 17:03:28 +07:00
package.json Image management and optimization 2025-08-11 17:03:28 +07:00
readme.md Image management and optimization 2025-08-11 17:03:28 +07:00

readme.md

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