mirror of https://github.com/openclaw/openclaw.git
9 lines
349 B
TypeScript
9 lines
349 B
TypeScript
export { whatsappPlugin } from "./src/channel.js";
|
|
export { setWhatsAppRuntime } from "./src/runtime.js";
|
|
export { whatsappOutbound } from "./src/outbound-adapter.js";
|
|
export { deliverWebReply } from "./src/auto-reply/deliver-reply.js";
|
|
export {
|
|
trackBackgroundTask,
|
|
updateLastRouteInBackground,
|
|
} from "./src/auto-reply/monitor/last-route.js";
|