Option<T>: Some<T> | None

A Union Type that represents data that may (Some) or may not (None) exist.

Type Parameters

  • T

See

Some, None

Generated using TypeDoc