mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 21:42:33 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
17
web/admin-spa/node_modules/is-binary-path/index.d.ts
generated
vendored
17
web/admin-spa/node_modules/is-binary-path/index.d.ts
generated
vendored
@@ -1,17 +0,0 @@
|
||||
/**
|
||||
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;
|
||||
Reference in New Issue
Block a user