UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines 182 B
//#region extensions/irc/configured-state.d.ts declare function hasIrcConfiguredState(params: { env?: NodeJS.ProcessEnv; }): boolean; //#endregion export { hasIrcConfiguredState };