UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines 302 B
//#region packages/acp-core/src/numeric-options.d.ts /** Resolves ACP integer options through the shared normalization contract. */ declare function resolveIntegerOption(value: number | undefined, fallback: number, params: { min: number; }): number; //#endregion export { resolveIntegerOption as t };