system-prompts-and-models-o.../unified-ai-platform/node_modules/socket.io-parser/build/cjs/is-binary.d.ts
dopeuni444 ae726301f8 KI
KJ
2025-08-06 11:08:49 +04:00

8 lines
214 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): any;