UNPKG

wailey-whatsapp-lib

Version:

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

10 lines (9 loc) 257 B
/** * Utility functions for the Wailey-library * (Renamed from Baileys while maintaining identical functionality) */ export * from './generics'; export * from './crypto'; export * from './jid-utils'; export * from './messages'; export * from './decode';