UNPKG

@nodeboot/di

Version:

Dependency Injection plugin for Node-Boot

6 lines 276 B
import { DiOptions } from "./types"; /** * Apply dependency injection decorator if dependency injection framework is available * */ export declare function decorateDi<TFunction>(target: TFunction, options?: DiOptions): boolean; //# sourceMappingURL=makeDiDecoration.d.ts.map