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

x/valibot/src/schemas/nonNullable/index.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.30.0/src/schemas/nonNullable/index.ts";

Non nullable output inference type.

definition: NonNullable<Output<TWrapped>>