shajara API
    Preparing search index...

    Variable rightConst

    right: <E = never, A = never>(a: A) => Either<E, A>

    Constructs a new Either holding a Right value. This usually represents a successful value due to the right bias of this structure.

    Type Declaration

      • <E = never, A = never>(a: A): Either<E, A>
      • Type Parameters

        • E = never
        • A = never

        Parameters

        Returns Either<E, A>

    2.0.0