Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias NonNullable
import { type NonNullable } from "https://deno.land/x/careful@v0.0.4-alpha/src/base.ts";
definition: Exclude<T, null | undefined>