chrome-types-helpers
Advanced tools
Comparing version 0.1.0-beta3 to 0.1.0-beta4
@@ -148,2 +148,6 @@ /** | ||
get primitiveType() { | ||
return typeof this.value === 'string' ? 'string' : 'number'; | ||
} | ||
/** | ||
@@ -150,0 +154,0 @@ * @param {string|number} value |
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.1.0-beta3", | ||
"version": "0.1.0-beta4", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "dependencies": { |
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
161447
4848