Skip to main content

deepMergeObject

Callable

  • deepMergeObject(targetObject?: {}, sourceObject?: null | object): any

  • This function will accept the two objects as arguments and return the object of deeply merged with nested properties.


    Parameters

    • targetObject: {} = {}

      objects containing the properties to be merged with source.

    • sourceObject: null | object = {}

      objects containing the properties you want to apply.

    Returns any

    return the deeply merged objects