Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
types
UnwrapResult
Type alias UnwrapResult<T>
Unwrap
Result
<
T
>
:
T
extends
{
Ok
:
infer
U
;
}
?
U
:
T
extends
{
Err
:
infer
E
;
}
?
E
:
T
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ic-reactor
Loading...