inversify-dts
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -198,2 +198,3 @@ // Type definitions for inversify 2.0.0-beta.9 | ||
value: Array<T>; | ||
guid: string; | ||
} | ||
@@ -251,2 +252,3 @@ | ||
export function inject(serviceIdentifier: interfaces.ServiceIdentifier<any>): (target: any, targetKey: string, index?: number) => any; | ||
export function guid(): string; | ||
@@ -253,0 +255,0 @@ export function multiInject( |
{ | ||
"name": "inversify-dts", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "The InversifyJS TypeScript type definitions", | ||
@@ -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
26942
430