Files
openclaw/extensions/clickclack/channel-plugin-api.ts
2026-06-04 08:12:22 -04:00

5 lines
139 B
TypeScript

/**
* Minimal channel plugin entry barrel consumed by the bundled plugin loader.
*/
export { clickClackPlugin } from "./src/channel.js";