Preparing search index...
The search index is not available
ts-roids
ts-roids
Maybe
Type alias Maybe<T>
Maybe
<
T
>
:
T
|
Nullable
Represnets a type that might be nullable, as in it might be
null
or
undefined
.
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ts-roids
Loading...
Represnets a type that might be nullable, as in it might be
null
orundefined
.