@zag-js/utils
Advanced tools
Comparing version 0.0.0-dev-20221005155029 to 0.0.0-dev-20221031080845
@@ -117,3 +117,3 @@ "use strict"; | ||
const res = typeof v === "function" ? v(...a) : v; | ||
return res ?? void 0; | ||
return res != null ? res : void 0; | ||
}; | ||
@@ -120,0 +120,0 @@ var cast = (v) => v; |
{ | ||
"name": "@zag-js/utils", | ||
"version": "0.0.0-dev-20221005155029", | ||
"version": "0.0.0-dev-20221031080845", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
12206