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

x/valibot/mod.ts>NonNullableOutput

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

Non nullable output inference type.

Type Parameters

TWrapped extends BaseSchema | BaseSchemaAsync
definition: NonNullable<Output<TWrapped>>