Envelope Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
unwrap
Function unwrap
unwrap
<
T
>
(
result
:
Result
<
T
>
)
:
T
Unwraps a successful result or throws the error.
Type Parameters
T
Parameters
result
:
Result
<
T
>
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Envelope Pattern TypeScript - v1.0.0-alpha.20
Loading...
Unwraps a successful result or throws the error.