TKK_E32230814/railway-worker/node_modules/is-binary-path
Wizznu e1628ef4db Upload Tugas Akhir TKK 2026-07-09 09:49:35 +07:00
..
index.d.ts Upload Tugas Akhir TKK 2026-07-09 09:49:35 +07:00
index.js Upload Tugas Akhir TKK 2026-07-09 09:49:35 +07:00
license Upload Tugas Akhir TKK 2026-07-09 09:49:35 +07:00
package.json Upload Tugas Akhir TKK 2026-07-09 09:49:35 +07:00
readme.md Upload Tugas Akhir TKK 2026-07-09 09:49:35 +07: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