Welshman Docs / @welshman/lib / deepMergeLeft
Function: deepMergeLeft() ​
deepMergeLeft(
a,b):Obj<any>
Defined in: packages/lib/src/Tools.ts:915
Deep merge two objects, prioritizing the first argument.
Parameters ​
a ​
Obj
b ​
Obj
Returns ​
Obj<any>