(options: any)
| 88 | getInstance(): ServerInstance; |
| 89 | registerParserMiddleware(...args: any[]): any; |
| 90 | enableCors(options: any): any; |
| 91 | getHttpServer(): any; |
| 92 | initHttpServer(options: NestApplicationOptions): void; |
| 93 | close(): any; |
no outgoing calls
no test coverage detected