Skip to main content
Go to Latest
type alias NonNullable
import { type NonNullable } from "https://deno.land/x/careful@v0.0.4-alpha/mod.ts";
definition: Exclude<T, null | undefined>