Comparing version 1.5.2 to 1.5.3
@@ -38,9 +38,4 @@ import Application from "@types/koa" | ||
declare module "hekdi" { | ||
const exp = { | ||
koaDI: (bootstrapModule: Module | ModuleConfig, app: Application, router?: Router) => undefined, | ||
createModule: Module.createModule, | ||
DI: DI | ||
}; | ||
export = exp; | ||
} | ||
export function koaDI(bootstrapModule: Module | ModuleConfig, app: Application, router?: Router): undefined | ||
export function createModule(config: ModuleConfig): Module | ||
export function DI(): DI |
{ | ||
"name": "hekdi", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Depedency injection framework for node integrated with koa.js", | ||
@@ -5,0 +5,0 @@ "main": "index.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
19448
350