(identifier: ClassType<T> | string, args?: any[])
| 591 | registry: IObjectDefinitionRegistry; |
| 592 | get<T>(identifier: ClassType<T> | string, args?: any[]): T; |
| 593 | getAsync<T>(identifier: ClassType<T> | string, args?: any[]): Promise<T>; |
| 594 | } |
| 595 | |
| 596 | export enum ObjectLifeCycleEvent { |
no outgoing calls