UNPKG

wailey-whatsapp-lib

Version:

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

12 lines (11 loc) 331 B
/** * Wailey-library Socket Implementation * (Renamed from Baileys while maintaining identical functionality) */ import { SocketConfig } from '../Types'; /** * Creates a WhatsApp socket connection * * Implements WhatsApp Web API using WebSocket */ export declare const makeWASocket: (config?: Partial<SocketConfig>) => any;