UNPKG

@vreden/meta

Version:

Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.

6 lines (5 loc) 199 B
import { AuthenticationState } from '../Types' export declare const useMongoFileAuthState: (collection: string) => Promise<{ state: AuthenticationState saveCreds: () => Promise<void> }>