Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/socket.io-parser/build/cjs/is-binary.d.ts

/**
 * 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;
Back to Directory File Manager