Preparing search index...
The search index is not available
@thames/monads
@thames/monads
isRight
Function isRight
is
Right
<
L
,
R
>
(
val
)
:
val
is
RightEither
<
L
,
R
>
Type guard for checking if an Either is a Right.
Type Parameters
L
extends
NonUndefined
R
extends
NonUndefined
Parameters
val
:
Either
<
L
,
R
>
Returns
val
is
RightEither
<
L
,
R
>
Deprecated
Use
Either.isRight
instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@thames/monads
Loading...
Type guard for checking if an Either is a Right.