Skip to main content
Module

x/valibot/mod.ts>ExcludesValidation

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface ExcludesValidation
implements BaseValidation<TInput>
import { type ExcludesValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Excludes validation type.

Type Parameters

TInput extends string | any[]
TRequirement extends TInput extends any[] ? TInput[number] : TInput

Properties

type: "excludes"

The validation type.

requirement: TRequirement

The required value.