function replaceEqualDeep<T>(a, b): T
function replaceEqualDeep<T>(a, b): T
Defined in: compare.ts:6
This function returns a if b is deeply equal. If not, it will replace any deeply equal children of b with those of a. This can be used for structural sharing between JSON values for example.
• T
unknown
T
T
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.