budibase/packages/backend-core/node_modules/is-binary-path
Budibase Helm Bot c1e5378350 Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
..
index.d.ts Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
index.js Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
license Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
package.json Helm Release: 1.2.36 2022-08-11 08:17:28 +00:00
readme.md Helm Release: 1.2.36 2022-08-11 08:17:28 +00: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