simple-boot-core
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "simple-boot-core", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"main": "SimpleApplication.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -8,3 +8,3 @@ import { Router } from './Router'; | ||
constructor(router?: R | undefined, module?: ConstructorType<M> | undefined); | ||
getModuleInstance<T = any>(): T; | ||
getModuleInstance<T = M>(): T; | ||
} |
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
79542