@whitesev/utils 1.3.9 → 1.4.1

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/dist/index.umd.js CHANGED
@@ -5958,6 +5958,9 @@
5958
5958
  if (typeof obj !== "object") {
5959
5959
  return;
5960
5960
  }
5961
+ if (obj == null) {
5962
+ return;
5963
+ }
5961
5964
  if ((typeof checkPropertyName === "function" && checkPropertyName(obj)) ||
5962
5965
  Reflect.has(obj, checkPropertyName)) {
5963
5966
  isResolve = true;