Skip to content

Option

Overview

ts
export type Option<T> = Some<T> | None

See also the Option

Methods

Functions