libcasa-chan/node_modules/is-binary-path
2023-01-26 18:55:29 -05:00
..
index.d.ts server and home page creation. 2023-01-26 18:55:29 -05:00
index.js server and home page creation. 2023-01-26 18:55:29 -05:00
license server and home page creation. 2023-01-26 18:55:29 -05:00
package.json server and home page creation. 2023-01-26 18:55:29 -05:00
readme.md server and home page creation. 2023-01-26 18:55:29 -05:00

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