ixfx
    Preparing search index...

    Function mergeObjectsSameShape

    • Merges objects together, conforming to the shape of the first object. Properties contained on later objects are ignored if they aren't part of the first.

      If a single object is passed in, a copy is returned.

      Use mergeObjects for object shape to be a union

      Type Parameters

      • T extends object

      Parameters

      • ...a: [T, ...Partial<T>[]]

        Object arrays to merge

      Returns T