• Constructs an EitherAsync object from a function that takes an object full of helpers that let you lift things into the EitherAsync context and returns a Promise

    Type Parameters

    • L

    • R

    Parameters

    • runPromise: ((helpers) => PromiseLike<R>)
        • (helpers): PromiseLike<R>
        • Parameters

          • helpers: EitherAsyncHelpers<L>

          Returns PromiseLike<R>

    Returns functional.EitherAsync<L, R>

Generated using TypeDoc