@ginden/blinkstick-v2
    Preparing search index...

    Function asyncCollect

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

      Type Parameters

      • V

      Parameters

      • iterable: Iterable<V, any, any> | AsyncIterable<V, any, any>

      Returns Promise<V[]>