Function objects_merge

  • Merge key/values of two objects into one - recursively

    Returns

    obj - Combined object with both key/values

    Parameters

    • obj1: Record<any, any>

      First object, the default one

    • obj2: Record<any, any>

      Second object, will overwrite first!

    Returns Record<any, any>

Generated using TypeDoc