Skip to content

Welshman Docs / @welshman/lib / deepMergeLeft

Function: deepMergeLeft() ​

deepMergeLeft(a, b): Obj<any>

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

Deep merge two objects, prioritizing the first argument.

Parameters ​

a ​

Obj

b ​

Obj

Returns ​

Obj<any>