@hyperjump/pact
    Preparing search index...

    Variable collectMapConst

    collectMap: <A, B>(iterator: AsyncIterable<[A, B]>) => Promise<Map<A, B>>

    Same as collectMap, but works with AsyncGenerators.

    Type declaration

      • <A, B>(iterator: AsyncIterable<[A, B]>): Promise<Map<A, B>>
      • Type Parameters

        • A
        • B

        Parameters

        • iterator: AsyncIterable<[A, B]>

        Returns Promise<Map<A, B>>