Preparing search index...
The search index is not available
@jackdbd/unwrap
@jackdbd/unwrap
Result
Type Alias Result<V, E>
Result
:
{
error
:
E
;
value
?:
undefined
}
|
{
error
?:
undefined
;
value
:
V
}
Type Parameters
V
E
extends
Error
=
Error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jackdbd/unwrap
Loading...