1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Oinktube/node_modules/is-binary-path
2024-03-07 11:31:51 -03:00
..
index.d.ts Update npm and add the jquery mask 2024-03-07 11:31:51 -03:00
index.js Update npm and add the jquery mask 2024-03-07 11:31:51 -03:00
license Update npm and add the jquery mask 2024-03-07 11:31:51 -03:00
package.json Update npm and add the jquery mask 2024-03-07 11:31:51 -03:00
readme.md Update npm and add the jquery mask 2024-03-07 11:31:51 -03:00

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