Skip to main content
Module

x/valibot/mod.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.29.0/mod.ts";

Creates a pipeline validation action 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

The error message.