UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

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;