Skip to content

Welshman Docs / @welshman/lib / deepMergeRight

Function: deepMergeRight() ​

deepMergeRight(a, b): Obj<any>

Defined in: packages/lib/src/Tools.ts:279

Deep merge two objects, prioritizing the second argument.

Parameters ​

a ​

Obj

b ​

Obj

Returns ​

Obj<any>