UNPKG

superchats

Version:

SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp

6 lines (5 loc) 392 B
export declare function arrayBufferToString(b: ArrayBuffer): string; export declare function uint8ArrayToString(arr: Uint8Array): string; export declare function binaryStringToArrayBuffer(str: string): ArrayBuffer; export declare function isEqual(a: ArrayBuffer | undefined, b: ArrayBuffer | undefined): boolean; export declare function uint8ArrayToArrayBuffer(arr: Uint8Array): ArrayBuffer;