import { type LengthValidation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Length validation type.
definition: BaseValidation<TInput> & { type: "length"; requirement: TRequirement; }
x/valibot/mod.ts>LengthValidation
import { type LengthValidation } from "https://deno.land/x/valibot@v0.28.1/mod.ts";
Length validation type.