Framework
Version
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference

replaceEqualDeep

Function: replaceEqualDeep()

ts
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.

Type Parameters

T

Parameters

a

unknown

b

T

Returns

T

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.