mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-10 11:23:31 +02:00
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
export { ircPlugin } from "./src/channel.js";
|
|
export { setIrcRuntime } from "./src/runtime.js";
|
|
export * from "./src/accounts.js";
|
|
export * from "./src/setup-surface.js";
|