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

x/valibot/mod.ts>MapOutput

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

Map output inference type.

Type Parameters

TKey extends BaseSchema | BaseSchemaAsync
TValue extends BaseSchema | BaseSchemaAsync
definition: Map<Output<TKey>, Output<TValue>>