框架
版本
Debouncer API 参考
Throttler API 参考
速率限制器 API 参考
队列 API 参考
批处理器 API 参考
批处理器示例

shallowEqualObjects

函数:shallowEqualObjects()

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

定义于:compare.ts:49

浅比较对象。

类型参数

T extends Record<string, any>

参数

a

T

b

undefined | T

返回

boolean