We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549156c commit ca397f3Copy full SHA for ca397f3
lib/cluster-adapter.ts
@@ -1,9 +1,5 @@
1
-import {
2
- Adapter,
3
- type BroadcastFlags,
4
- type BroadcastOptions,
5
- type Room,
6
-} from "./index";
+import { Adapter } from "./index";
+import type { BroadcastFlags, BroadcastOptions, Room } from "./index";
7
import { debug as debugModule } from "debug";
8
import { randomBytes } from "crypto";
9
0 commit comments