| 30 | } |
| 31 | |
| 32 | interface IMimeType { |
| 33 | [key: string]: string; |
| 34 | } |
| 35 | export const startServer = (defaultPort = 3030) => |
| 36 | new Promise<http.Server>((resolve) => { |
| 37 | const mimeType: IMimeType = { |
nothing calls this directly
no outgoing calls
no test coverage detected