Function merge

  • Recursively merge two objects by preserving the reference.

    Parameters

    • object: object

      An object to put the new value into.

    • source: object

      An object to put the new value from.

    • Optional cleanup: boolean

      Remove the key that is not exist in the source object.

    Returns void

Generated using TypeDoc