Skip to main content

Function: deepMerge()

deepMerge(target, source, optionsArgument): any

Merge two objects, recursively merging any objects that are arrays

Parameters​

• target = {}

The target object.

• source = {}

The source object to merge into the target object.

• optionsArgument: any = undefined

The options object.

Returns​

any

The merged object.

Defined in​

packages/core/src/utilities/deepMerge.ts:72