custom-decorators
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "custom-decorators", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -16,3 +16,3 @@ | ||
@custom('ClassA.method') | ||
method(name) { | ||
async method(name) { | ||
console.log(`hello ${name}`); | ||
@@ -19,0 +19,0 @@ } |
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
14893
8
407