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