Skip to content

Commit

Permalink
refactor: break circular dependency (1)
Browse files Browse the repository at this point in the history
This will be done in two steps, in order to preserve the history of the
index.ts file.
  • Loading branch information
darrachequesne committed Feb 22, 2024
1 parent 9d4c4a7 commit abc93a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/cluster-adapter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { Adapter } from "./index";
import type { BroadcastFlags, BroadcastOptions, Room } from "./index";
import { Adapter } from "./in-memory-adapter";
import type {
BroadcastFlags,
BroadcastOptions,
Room,
} from "./in-memory-adapter";
import { debug as debugModule } from "debug";
import { randomBytes } from "crypto";

Expand Down
File renamed without changes.

0 comments on commit abc93a9

Please sign in to comment.