Matterway
    Preparing search index...

    Function mergeDeep

    • Deeply merges multiple source objects into a target object.

      Type Parameters

      • T extends Record<string, any>

        The type of the target object.

      Parameters

      • target: T

        The target object to merge properties into.

      • ...sources: DeepPartial<T>[]

        One or more source objects to merge properties from.

      Returns T

      • The target object after merging.