Files
openclaw/extensions/whatsapp/src/text-runtime.ts
2026-04-04 00:10:16 +01:00

12 lines
244 B
TypeScript

export * from "openclaw/plugin-sdk/text-runtime";
export {
assertWebChannel,
isSelfChatMode,
jidToE164,
markdownToWhatsApp,
resolveJidToE164,
toWhatsappJid,
type JidToE164Options,
type WebChannel,
} from "./targets-runtime.js";