| 1 | import { Polling } from "./polling.js"; |
| 2 | import { Emitter } from "@socket.io/component-emitter"; |
| 3 | import type { SocketOptions } from "../socket.js"; |
| 4 | import { installTimerFunctions, pick } from "../util.js"; |
nothing calls this directly
no test coverage detected