376chan/node_modules/is-binary-path
sweatshirt0 1600e36d29 376chan home page and about page creation. 2023-01-30 01:40:00 -05:00
..
index.d.ts 376chan home page and about page creation. 2023-01-30 01:40:00 -05:00
index.js 376chan home page and about page creation. 2023-01-30 01:40:00 -05:00
license 376chan home page and about page creation. 2023-01-30 01:40:00 -05:00
package.json 376chan home page and about page creation. 2023-01-30 01:40:00 -05:00
readme.md 376chan home page and about page creation. 2023-01-30 01:40:00 -05: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