⚠️ Internal: This API is not publically exported by the package.

      Interface EitherUnify<A>

      Since

      2.0.0

      interface EitherUnify {
          Either?: (() => A[typeof typeSymbol] extends Either<E0, A0> | _
              ? Either<E0, A0>
              : never);
      }

      Type Parameters

      • A extends {
            [typeSymbol]?: any;
        }

      Hierarchy

      Properties

      Properties

      Either?: (() => A[typeof typeSymbol] extends Either<E0, A0> | _
          ? Either<E0, A0>
          : never)

      Type declaration