formation 43ab1745c5 import 2 il y a 5 ans
..
index.d.ts 43ab1745c5 import 2 il y a 5 ans
index.js 43ab1745c5 import 2 il y a 5 ans
license 43ab1745c5 import 2 il y a 5 ans
package.json 43ab1745c5 import 2 il y a 5 ans
readme.md 43ab1745c5 import 2 il y a 5 ans

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

Related

License

MIT © Sindre Sorhus, Paul Miller