Skip to main content
Module

x/valibot/mod.ts>TupleItems

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

Tuple shape type.

definition: [BaseSchema, ...BaseSchema[]]