@nodeboot/di
Version:
Dependency Injection plugin for Node-Boot
9 lines • 414 B
TypeScript
import { IocContainer, UseContainerOptions } from "@nodeboot/context";
/**
* Defines the IOC container to use for Dependency-injection
*
* @param iocContainer The IOC container to be used
* @param options Extra options for the IOC container
*/
export declare function EnableDI<TContainer>(iocContainer: IocContainer<TContainer>, options?: UseContainerOptions): Function;
//# sourceMappingURL=EnableDI.d.ts.map