📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 02:25:42
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
is-binary-path
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/is-binary-path
🔄 Refresh
✏️
Editing: index.d.ts
Writable
/** 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;
💾 Save Changes
❌ Cancel