Type alias AsyncEither<A, B>

AsyncEither<A, B>: Promise<Either<A, B>>

A promise that fulfills with Either.

Type Parameters

  • A

  • B

Generated using TypeDoc