Comparing version 0.0.15 to 0.0.16
/// <reference path="index.d.ts"/> | ||
/// <reference path="di.d.ts" /> | ||
@@ -7,4 +7,7 @@ declare module "di-ts" { | ||
export var Injector: typeof di.Injector; | ||
export function Inject(classFunc: any): void; | ||
export function Provide(targetClassFunc: any): (classFunc: any) => void; | ||
} |
{ | ||
"name": "di-ts", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Lightweight wrap and extension of angular/di.js for TypeScript.", | ||
@@ -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
5849
11
118