@vreden/meta
Version:
Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.
14 lines (11 loc) • 320 B
text/typescript
import makeWASocket from './Socket'
export * from '../WAProto'
export * from './Utils'
export * from './Types'
export * from './Store'
export * from './Defaults'
export * from './WABinary'
export * from './WAM'
export type WASocket = ReturnType<typeof makeWASocket>
export { makeWASocket }
export default makeWASocket