GorkemsCafe/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts
2023-09-26 12:40:05 +03: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;