Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>StrictTupleSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
Re-export
import { type StrictTupleSchema } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Strict tuple schema type.

Type Parameters

TItems extends TupleItems
TMessage extends ErrorMessage<StrictTupleIssue> | undefined

Properties

readonly
type: "strict_tuple"

The schema type.

readonly
reference: strictTuple

The schema reference.

readonly
expects: "Array"

The expected property.

readonly
items: TItems

The items schema.

readonly
message: TMessage

The error message.