UNPKG

@waboyz-baileys/shared

Version:

6 lines (5 loc) 199 B
/** * Recursively converts only Buffer or Binary instances to base64. * Leaves other objects (like protobuf Longs) untouched. */ export declare function convertOnlyBuffersToBase64(obj: any): any;