import { type NotLengthValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Not length validation type.
definition: BaseValidation<TInput> & { type: "not_length"; requirement: TRequirement; }
import { type NotLengthValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Not length validation type.