| 1 | import { createServer } from "http"; |
| 2 | import { Server, Socket } from ".."; |
| 3 | import { io as ioc, Socket as ClientSocket } from "socket.io-client"; |
| 4 | import { Adapter, BroadcastOptions } from "socket.io-adapter"; |
nothing calls this directly
no test coverage detected