Type alias AsyncIor<A, B>

AsyncIor<A, B>: Promise<Ior<A, B>>

A promise that fulfills with Ior.

Type Parameters

  • A

  • B

Generated using TypeDoc