shajara API
    Preparing search index...

    Variable isRightConst

    isRight: <A>(ma: Either<unknown, A>) => ma is Right<A>

    Returns true if the either is an instance of Right, false otherwise.

    Type Declaration

    2.0.0