Skip to content

Commit

Permalink
Fix circular reference
Browse files Browse the repository at this point in the history
  • Loading branch information
turiyadev committed Nov 3, 2023
1 parent bca00f6 commit 985b644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Keymask.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Base41, Generator } from "./index";
import { Base41 } from "./Base41";
import { Generator } from "./Generator";

const limits: bigint[] = [
0n,
Expand Down

0 comments on commit 985b644

Please sign in to comment.