@tsed/core
Advanced tools
Comparing version 4.0.5 to 4.0.6
{ | ||
"name": "@tsed/core", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Core module for Ts.ED Framework", | ||
@@ -53,3 +53,3 @@ "main": "./lib/index.js", | ||
"license": "MIT", | ||
"gitHead": "258562561b0b2d8680c98f07cde1e715b1d3bb76" | ||
"gitHead": "3c7b2b1f995963c2c27bc07d1d36296f044d1c47" | ||
} |
@@ -87,3 +87,3 @@ import {DecoratorParameters} from "../interfaces"; | ||
const store = Store.from(...parameters); | ||
const result = fn(store, parameters as DecoratorParameters); | ||
const result: any = fn(store, parameters as DecoratorParameters); | ||
if (typeof result === "function") { | ||
@@ -90,0 +90,0 @@ result(...parameters); |
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
296737
15
30
1