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

x/careful/src/types.ts>NonNullable

Safe containerization of values for TypeScript
Latest
type alias NonNullable
import { type NonNullable } from "https://deno.land/x/careful@v0.1.0/src/types.ts";
definition: Exclude<T, null | undefined>