Option
Defined in: logic/option.ts:21
Option type representing a value that may or may not be present.
Type Parameters
T
T
The type of the value if it is present
Defined in: logic/option.ts:21
Option type representing a value that may or may not be present.
T
The type of the value if it is present