Function collectAsync

  • Collects all items from an async iterable into an array.

    Parameters

    • async_iterable: any

    Returns Promise<any[]>

Generated using TypeDoc