@hyperjump/pact
    Preparing search index...

    Function asyncCollectMap

    • Same as collectMap, but works with AsyncGenerators.

      Type Parameters

      • A
      • B

      Parameters

      • iterator: AsyncIterable<[A, B]>

      Returns Promise<Map<A, B>>