Files
openclaw/extensions/irc/runtime-api.ts
T

4 lines
196 B
TypeScript
Raw Normal View History

// Keep the bundled runtime entry narrow so generic runtime activation does not
// import the broad IRC API barrel just to install runtime state.
export { setIrcRuntime } from "./src/runtime.js";