PHP 8.2.30
Preview: index.d.ts Size: 290 B
/home/byroehnu/easepaybiz.easetack.com/node_modules/is-binary-path/index.d.ts

/**
Check if a file path is a binary file.

@example
```
import isBinaryPath = require('is-binary-path');

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

isBinaryPath('source/unicorn.txt');
//=> false
```
*/
declare function isBinaryPath(filePath: string): boolean;

export = isBinaryPath;

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
127 B lr--r--r-- 2026-03-14 01:49:11
Edit Download
290 B lrw-r--r-- 2026-03-05 00:19:58
Edit Download
239 B lrw-r--r-- 2026-03-05 00:19:58
Edit Download
1.13 KB lrw-r--r-- 2026-03-05 00:19:58
Edit Download
657 B lrw-r--r-- 2026-03-05 00:19:58
Edit Download
733 B lrw-r--r-- 2026-03-05 00:19:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).