| 1 | import type { ModuleMocker } from '@vitest/mocker/browser' |
| 2 | import type { CancelReason } from '@vitest/runner' |
| 3 | import type { BirpcReturn } from 'birpc' |
| 4 | import type { WebSocketBrowserEvents, WebSocketBrowserHandlers } from '../types' |
nothing calls this directly
no test coverage detected