PHP 8.2.30
Preview: index.d.ts Size: 290 B
/home/byroehnu/.trash/node_modules11/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: 5

Name Size Perms Modified Actions
290 B lrw-r--r-- 2026-02-03 15:06:44
Edit Download
239 B lrw-r--r-- 2026-02-03 15:06:46
Edit Download
1.13 KB lrw-r--r-- 2026-02-03 15:06:46
Edit Download
657 B lrw-r--r-- 2026-02-03 15:06:44
Edit Download
733 B lrw-r--r-- 2026-02-03 15:06:46
Edit Download

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