Files
clawdbot/src/providers/web/index.ts
2025-12-07 19:01:14 +01:00

14 lines
253 B
TypeScript

/* istanbul ignore file */
export {
createWaSocket,
loginWeb,
logWebSelfId,
monitorWebInbox,
monitorWebProvider,
pickProvider,
sendMessageWhatsApp,
WA_WEB_AUTH_DIR,
waitForWaConnection,
webAuthExists,
} from "../../provider-web.js";