type alias None

Syntactic sugar for null | undefined.

Definition

null | undefined

Usage

import { type None } from ".";