mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 15:11:33 +00:00
3 lines
121 B
TypeScript
3 lines
121 B
TypeScript
/** Runtime facade for channel-aware reply routing. */
|
|
export { isRoutableChannel, routeReply } from "./route-reply.js";
|