Comparing version 0.0.12 to 0.0.13
@@ -12,5 +12,3 @@ | ||
constructor(locals: any[], parent: Injector); | ||
//can anybody solve this?? :) | ||
//get<T, U extends IClassInterface<any>>(classFunc: U): T; //todo IClassInterface<T> | ||
get(classFunc: any): any; //todo IClassInterface<T> | ||
get<T>(classFunc: IClassInterface<T>): T; | ||
} | ||
@@ -17,0 +15,0 @@ |
{ | ||
"name": "di-ts", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"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
6221
123