Preparing search index...
The search index is not available
@telostat/prelude - v0.6.0
@telostat/prelude
functional
EitherPatterns
Type Alias EitherPatterns<L, R, T>
EitherPatterns
:
{
Left
:
(
l
:
L
)
=>
T
;
Right
:
(
r
:
R
)
=>
T
}
|
{
_
:
()
=>
T
}
Type Parameters
L
R
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@telostat/prelude - v0.6.0
Loading...