Skip to main content
Module

x/valibot/src/types/utils.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.37.0/src/types/utils.ts";

Extracts null and undefined from a type.

definition: TValue extends null | undefined ? never : TValue