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