Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/index.ts>InferNonNullableInput

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

Infer non nullable input type.

Type Parameters

TWrapped extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
definition: NonNullable<InferInput<TWrapped>>