mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 13:54:00 +00:00
6 lines
278 B
TypeScript
6 lines
278 B
TypeScript
/** Runtime facade for group channel plugin lookup helpers. */
|
|
import { getChannelPlugin, normalizeChannelId } from "../../channels/plugins/index.js";
|
|
|
|
/** Runtime facade for channel plugin lookup used by group reply helpers. */
|
|
export { getChannelPlugin, normalizeChannelId };
|