openclaw/src/channels/plugins/channel-config.ts
2026-01-21 18:21:19 +00:00

11 lines
332 B
TypeScript

export type { ChannelEntryMatch, ChannelMatchSource } from "../channel-config.js";
export {
applyChannelMatchMeta,
buildChannelKeyCandidates,
normalizeChannelSlug,
resolveChannelEntryMatch,
resolveChannelEntryMatchWithFallback,
resolveChannelMatchConfig,
resolveNestedAllowlistDecision,
} from "../channel-config.js";