arudradey's picture
download
raw
290 Bytes
/**
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;

Xet Storage Details

Size:
290 Bytes
·
Xet hash:
10454e5a9ee43459c3f4724001abbdcf61e441179d7c4f28668d841ef1e5eb35

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.