436a9631fc
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
4 lines
214 B
TypeScript
4 lines
214 B
TypeScript
/// <reference types="node" />
|
|
export declare function isBinaryFile(file: string | Buffer, size?: number): Promise<boolean>;
|
|
export declare function isBinaryFileSync(file: string | Buffer, size?: number): boolean;
|