install.mjs (--install/--build-only/--uninstall/--openclaw-profile-path), tsconfig outDir dist/fabric, package.json openclaw file dep + main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8 lines
218 B
TypeScript
8 lines
218 B
TypeScript
/**
|
|
* Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File.
|
|
*
|
|
* @private
|
|
*/
|
|
export declare function isBinary(obj: any): boolean;
|
|
export declare function hasBinary(obj: any, toJSON?: boolean): boolean;
|