hlyc-web-pack 3.8.5 → 3.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ export declare const getStorage: (key: any) => any;
19
19
  */
20
20
  export declare const setStorage: (key: any, value: any) => null | undefined;
21
21
  /**
22
- * @description 比较2个对象是否相等
22
+ * @description 深度比较2个对象是否相等,支持函数和嵌套对象比较
23
23
  * @Author bihongbin
24
24
  * @return {*}
25
25
  * @Date 2023-07-07 14:11:02