import { notLength } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Creates a validation function that validates the length of a string or array.
Parameters
optional
error: ErrorMessageThe error message.
import { notLength } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Creates a validation function that validates the length of a string or array.
The error message.