shajara API
    Preparing search index...

    Variable leftConst

    left: <E = never, A = never>(e: E) => Either<E, A>

    Constructs a new Either holding a Left value. This usually represents a failure, due to the right-bias of this structure.

    Type Declaration

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

        • E = never
        • A = never

        Parameters

        Returns Either<E, A>

    2.0.0