babel-plugin-jsdoc-closure
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "babel-plugin-jsdoc-closure", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Transpiles JSDoc types from namepaths to types for Closure Compiler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -91,6 +91,6 @@ # babel-plugin-jsdoc-closure | ||
}; | ||
export default Person; | ||
export default Bar; | ||
``` | ||
Then you can use the `Person` type in another module with | ||
Then you can use the `Bar` type in another module with | ||
@@ -97,0 +97,0 @@ ```js |
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
12278