import { maxValue } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Creates a pipeline validation action that validates the value of a string, number, boolean or date.
Parameters
requirement: TRequirement
The maximum value.
optional
message: ErrorMessageThe error message.
Returns
A validation action.