djLint/docs/node_modules/is-binary-path
2021-12-14 09:57:37 +01:00
..
index.js also exclude nunj and musta 2021-12-14 09:57:37 +01:00
license also exclude nunj and musta 2021-12-14 09:57:37 +01:00
package.json also exclude nunj and musta 2021-12-14 09:57:37 +01:00
readme.md also exclude nunj and musta 2021-12-14 09:57:37 +01:00

is-binary-path Build Status

Check if a filepath is a binary file

Install

$ npm install --save is-binary-path

Usage

var isBinaryPath = require('is-binary-path');

isBinaryPath('src/unicorn.png');
//=> true

isBinaryPath('src/unicorn.txt');
//=> false

License

MIT © Sindre Sorhus