@oozcitak/util
Advanced tools
Comparing version 6.0.0 to 7.0.0
@@ -268,2 +268,5 @@ "use strict"; | ||
} | ||
else if (isSet(x)) { | ||
return !x.size; | ||
} | ||
else if (isMap(x)) { | ||
@@ -270,0 +273,0 @@ return !x.size; |
{ | ||
"name": "@oozcitak/util", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"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
53804
1273