Skip to main content
Module

x/valibot/src/actions/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.36.0/src/actions/index.ts";

Creates a not length validation action.

Type Parameters

TInput extends LengthInput
TRequirement extends number

Parameters

requirement: TRequirement

The not required length.

Returns

A not length action.

Creates a not length validation action.

Type Parameters

TInput extends LengthInput
TRequirement extends number
TMessage extends ErrorMessage<NotLengthIssue<TInput, TRequirement>> | undefined

Parameters

requirement: TRequirement

The not required length.

message: TMessage

The error message.