- Preparing search index...
- The search index is not available
@techytools/fn
Function objects_merge_keys
-
objects_merge_keys(obj1: Record<any, any>, obj2: Record<any, any>): Record<any, any>
-
Parameters
-
obj1: Record<any, any>
-
obj2: Record<any, any>
Returns Record<any, any>
Merge key/values of two objects into one - recursively
Returns
obj - Combined object with both key/values