openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 374 B
JavaScript
import { D as resolveIntegerOption$1 } from "./number-coercion-CJQ8TR--.js";
//#region packages/acp-core/src/numeric-options.ts
/** Resolves ACP integer options through the shared normalization contract. */
function resolveIntegerOption(value, fallback, params) {
return resolveIntegerOption$1(value, fallback, params);
}
//#endregion
export { resolveIntegerOption as t };