mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
5 lines
233 B
TypeScript
5 lines
233 B
TypeScript
// Private runtime barrel for the bundled Zalo extension.
|
|
// Keep this barrel thin and free of channel plugin exports so direct runtime
|
|
// imports do not re-enter the full channel/setup surface.
|
|
export * from "./src/runtime-api.js";
|