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
11 lines (10 loc) • 329 B
TypeScript
import makeWASocket from './Connection';
export * from './Connection/enc';
export * from './Settings';
export * from './Models';
export * from './Storage';
export * from './Connection/mode';
export * from './Internal';
export type WASocket = ReturnType<typeof makeWASocket>;
export { makeWASocket };
export default makeWASocket;