UNPKG

@deepkit/framework

Version:

10 lines (9 loc) 361 B
import { Command, Flag, ServiceContainer } from '@deepkit/app'; /** * @description Prints debugging information about dependency injection. */ export declare class DebugDIController implements Command { protected serviceContainer: ServiceContainer; constructor(serviceContainer: ServiceContainer); execute(scope?: string & Flag): Promise<void>; }