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.8.0/mod.ts";

Tuple path item type.

definition: { schema: "tuple"; input: [any, ...any[]]; key: number; value: any; }