sun158's picture
Hermes Agent backup - 2026-06-24 06:04:03
20dbb3c verified
Raw
History Blame Contribute Delete
218 Bytes
/**
* 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;