diff --git a/lib/cluster-adapter.ts b/lib/cluster-adapter.ts index 8858d0e..8ade055 100644 --- a/lib/cluster-adapter.ts +++ b/lib/cluster-adapter.ts @@ -1,9 +1,5 @@ -import { - Adapter, - type BroadcastFlags, - type BroadcastOptions, - type Room, -} from "./index"; +import { Adapter } from "./index"; +import type { BroadcastFlags, BroadcastOptions, Room } from "./index"; import { debug as debugModule } from "debug"; import { randomBytes } from "crypto";