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

    Type Parameters

    • L

    • R

    Parameters

    • value: Either<L, R>

      the [Either] monad to check.

    Returns value is Left<L>

Generated using TypeDoc