Convert a promise to an async either.
L - left type
R - right type
AEither<L, R>
Generated using TypeDoc
Convert a promise to an async either.
Generic
L - left type
Generic
R - right type
Returns
AEither<L, R>