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
15 lines (14 loc) • 439 B
TypeScript
import { Curve } from './curve';
export * from './types';
export * from './signal-protocol-address';
export * from './key-helper';
export * from './fingerprint-generator';
export * from './session-builder';
export * from './session-cipher';
export * from './session-types';
export * from './curve';
export { setWebCrypto, setCurve } from './internal';
declare const _default: () => Promise<{
Curve: Curve;
}>;
export default _default;