ixfx
    Preparing search index...

    Function zipRecords

    • Merge corresponding objects from arrays a and b.

      Arrays must be the same length. When merging objects, the key-values of 'b' override those of 'a'.

      Type Parameters

      • TKey extends string | number | symbol
      • TValue

      Parameters

      Returns Generator<Record<TKey, TValue>, void, unknown>