• Accumulate the elements in an async iterable using a reducer function that returns Either or AsyncEitherLike.

    Type Parameters

    • T

    • TAcc

    • E

    Parameters

    Returns AsyncEither<E, TAcc>

Generated using TypeDoc