• Type-guard predicate that checks if an [Either] is right-handed.

    Type Parameters

    • L

    • R

    Parameters

    • value: Either<L, R>

      the [Either] monad to check.

    Returns value is Right<R>

Generated using TypeDoc