UNPKG

nuc-node-event-test

Version:
8 lines (7 loc) 214 B
/** * 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;