type alias Nullish

Null or undefined.

Definition

null | undefined

Usage

import { type Nullish } from ".";