UNPKG

174 BTypeScriptView Raw
1/**
2 * Injects bindings to the class constructor
3 */
4export declare function inject(value?: any): {
5 (target: any, propertyKey: string): void;
6 (target: any): void;
7};