Function deepMerge

  • Deep merge multiple objects.

    Parameters

    • target: any

      The target object where other objects will be merged.

    • Rest...sources: any[]

      Other objects to be merged into the target.

    Returns any

    The merged object.

Methods

Methods