@wibetter/json-utils 1.3.2 → 5.0.2

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.
package/README.md CHANGED
@@ -35,7 +35,7 @@
35
35
  ### 纯工具方法
36
36
  - objClone: js对象数据深拷贝,避免数据联动
37
37
  - isEqual: 对比两个json数据是否相等
38
- - exitPropertie: 判断当前属性是否存在(数值为false、0、null也会判断为存在的属性)
38
+ - hasProperties: 判断当前属性是否存在(数值为false、0、null也会判断为存在的属性)
39
39
 
40
40
  ### 数值类型判断
41
41
  - isURL