@ekim088/toolkit
    Preparing search index...

    Function merge

    • Deeply merges a list of objects into a single object. For duplicate properties, subsequent occurrences overwrite the previous.

      Type Parameters

      • T extends object[]

      Parameters

      • ...objects: T

        Any number of object literals to merge.

      Returns Merged<T>

      A new object with the properties of its source objects.