Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Added global export from all in `/node/util`
  • Loading branch information
KeyboardRage authored May 11, 2024
1 parent 0b66b40 commit 07d7518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './creator';
export * from './server';

export * from './node/creator';
export * from './node/util';

export * from './util/bitfield';
export * from './util/collection';
Expand Down

0 comments on commit 07d7518

Please sign in to comment.