Icard/angular-clarity-master(work.../node_modules/socket.io-parser/build/cjs/is-binary.d.ts

8 lines
214 B
TypeScript
Raw Permalink Normal View History

2024-07-16 15:23:22 +00:00
/**
* 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;