UNPKG

ts-bakery

Version:

Baked dependency injection for Typescript.

4 lines (3 loc) 225 B
export declare function inject(target: any, propertyKey: string): void; export declare function postInject(target: any, propertyKey: string): void; export declare function postResolve(target: any, propertyKey: string): void;