import { notLength } 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 length.
Returns
NotLengthValidation<TInput, TRequirement>
A validation action.