Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/types/tuple.ts>InferTupleOutput

The modular and type safe schema library for validating structural data 🤖
Latest
type alias InferTupleOutput
import { type InferTupleOutput } from "https://deno.land/x/valibot@v1.0.0-beta.5/src/types/tuple.ts";

Infer tuple output type.

Type Parameters

TItems extends TupleItems | TupleItemsAsync
definition: -readonly [TKey in keyof TItems]: InferOutput<TItems[TKey]>