openclaw-matrix-multiaccounts/src/channels/web/index.ts
2026-01-13 08:40:39 +00:00

13 lines
253 B
TypeScript

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