(
injector: T, cb: (injector: T, type: any) => any)
| 17 | serverError<T>(middleware: Function & { prototype: T }): void; |
| 18 | applicationStart<T>(middleware: Function & { prototype: T }): void; |
| 19 | dependencyResolver<T>( |
| 20 | injector: T, cb: (injector: T, type: any) => any): void; |
| 21 | bind(): void; |
| 22 | useRouter(cb: () => any): void; |
no outgoing calls
no test coverage detected