import { minLength } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Creates a pipeline validation action that validates the length of a string or array.
Parameters
requirement: TRequirement
The minimum length.
Returns
MinLengthValidation<TInput, TRequirement>
A validation action.