@oozcitak/util
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -235,2 +235,5 @@ "use strict"; | ||
} | ||
else if (isMap(x)) { | ||
return !x.size; | ||
} | ||
else if (isObject(x)) { | ||
@@ -237,0 +240,0 @@ for (const key in x) { |
{ | ||
"name": "@oozcitak/util", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "util", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38478
858