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

shallowEqualObjects

Function: shallowEqualObjects()

ts
function shallowEqualObjects<T>(a, b): boolean
function shallowEqualObjects<T>(a, b): boolean

Defined in: compare.ts:49

Shallow compare objects.

Type Parameters

T extends Record<string, any>

Parameters

a

T

b

undefined | T

Returns

boolean

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.