Skip to main content
Module

x/valibot/mod.ts>IncludesValidation

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

Includes validation type.

Type Parameters

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

Properties

type: "includes"

The validation type.

requirement: TRequirement

The required value.