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

x/valibot/src/schemas/nonNullish/nonNullish.ts>NonNullish

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias NonNullish
import { type NonNullish } from "https://deno.land/x/valibot@v0.9.0/src/schemas/nonNullish/nonNullish.ts";

Non nullish type.

definition: T extends null | undefined ? never : T