import { toMaxValue } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/index.ts";
Creates a to max value transformation action.
Type Parameters
TInput extends ValueInput
TRequirement extends TInput
Parameters
requirement: TRequirement
The maximum value.
Returns
A to max value action.