augment-vir - v31.47.0
    Preparing search index...

    Function fromAsyncIterable

    • Convert an async iterator or async iterable into an array.

      Type Parameters

      • T

      Parameters

      • asyncInput: AsyncIterable<T, any, any> | AsyncIterator<T, any, any>

      Returns Promise<T[]>