mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 19:35:28 -06:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
// Irc API module exposes the plugin public contract.
|
|
export {
|
|
collectRuntimeConfigAssignments,
|
|
secretTargetRegistryEntries,
|
|
} from "./src/secret-contract.js";
|