Preparing search index...
The search index is not available
@wopjs/tsur - v0.1.5
@wopjs/tsur
index
ResultMatcher
Interface ResultMatcher<T, E, U>
interface
ResultMatcher
<
T
,
E
,
U
>
{
Err
:
(
(
error
:
E
)
=>
U
)
;
Ok
:
(
(
value
:
T
)
=>
U
)
;
}
Type Parameters
T
=
any
E
=
any
U
=
any
Index
Properties
Err
Ok
Properties
Err
Err
:
(
(
error
:
E
)
=>
U
)
Ok
Ok
:
(
(
value
:
T
)
=>
U
)
Settings
Theme
OS
Light
Dark
On This Page
Properties
Err
Ok
@wopjs/tsur - v0.1.5
Loading...