Function replace

  • Recursively replace the value of an object with value from another object 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.

    Returns void

Generated using TypeDoc