Type alias AsyncEitherLike<A, B>

AsyncEitherLike<A, B>: PromiseLike<Either<A, B>>

A promise-like object that fulfills with Either.

Type Parameters

  • A

  • B

Generated using TypeDoc