get-involved/node_modules/is-binary-path
ajeetraina 9ed8268fe2 Removed the homepage image 2021-04-19 23:08:05 +05:30
..
index.d.ts Removed the homepage image 2021-04-19 23:08:05 +05:30
index.js Removed the homepage image 2021-04-19 23:08:05 +05:30
license Removed the homepage image 2021-04-19 23:08:05 +05:30
package.json Removed the homepage image 2021-04-19 23:08:05 +05:30
readme.md Removed the homepage image 2021-04-19 23:08:05 +05:30

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