ZygoseitherisRightOn this pageisRight() isRight<A>(ma): ma is Right<A> Type guard that checks if an Either is a Right. Type Parametersโ A: Aโ The success type. Parametersโ ma: Either<unknown, A>โ The Either to check. Returns: ma is Right<A>โ True if the Either is a Right. Sinceโ 2.0.0