Newer
Older
vmk-demo-bot / admin / node_modules / socket.io-parser / build / esm-debug / is-binary.d.ts
@eugene-sukhodolskiy eugene-sukhodolskiy 18 days ago 214 bytes init
/**
 * 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;