type alias Option

Represents a thing that might be None (null or undefined).

Type Parameters

Definition

T | None

Usage

import { type Option } from ".";