Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/validations/notLength/index.ts>notLength

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function notLength
import { notLength } from "https://deno.land/x/valibot@v0.22.0/src/validations/notLength/index.ts";

Creates a validation function that validates the length of a string or array.

Type Parameters

TInput extends string | any[]
TRequirement extends number

Parameters

requirement: TRequirement

The length.

optional
message: ErrorMessage = [UNSUPPORTED]

The error message.