Type Alias: Option<T>
Option<
T
>:null
|object
A type representing a value that may be null.
Type Parameters
Type Parameter | Description |
---|---|
T | The type of the value to contain. |
See
https://en.wikipedia.org/wiki/Option_type (opens in a new tab)
Option<
T
>:null
|object
A type representing a value that may be null.
Type Parameter | Description |
---|---|
T | The type of the value to contain. |
https://en.wikipedia.org/wiki/Option_type (opens in a new tab)