vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function spreadAsync

    • Spread async generators into an array

      Type Parameters

      • T

      Parameters

      • gen: AsyncGenerator<T>

        Async generator to spread

      Returns Promise<T[]>

      Array of results from the generator