import { type ToMaxValueTransformation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
To max value transformation type.
definition: BaseTransformation<TInput> & { type: "to_max_value"; requirement: TRequirement; }
x/valibot/mod.ts>ToMaxValueTransformation
import { type ToMaxValueTransformation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
To max value transformation type.