Skip to main content
Module

x/valibot/mod.ts>TuplePathItem

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

Tuple path item type.

definition: { type: "tuple"; origin: "value"; input: [unknown, ...unknown[]]; key: number; value: unknown; }