mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-03 15:13:38 +00:00
6 lines
202 B
TypeScript
6 lines
202 B
TypeScript
// Imessage API module exposes the plugin public contract.
|
|
export {
|
|
testing as imessageConversationBindingTesting,
|
|
createIMessageConversationBindingManager,
|
|
} from "./src/conversation-bindings.js";
|