UNPKG

wailey-whatsapp-lib

Version:

A robust WhatsApp library for Node.js with support for QR code and pairing code authentication

15 lines (14 loc) 408 B
import { makeWASocket } from './socket'; export { makeWASocket }; export * from './groups'; export * from './chats'; export * from './business'; export * from './auth'; export * from './call'; export * from './messages-send'; export * from './messages-recv'; /** * Wailey-library Socket Factory * Creates a WhatsApp socket connection * (Renamed from Baileys while maintaining identical functionality) */