Skip to content

Commit

Permalink
fix: export more classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Jul 20, 2023
1 parent 00c0f5d commit 1f03920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
export * from './src/client/ShardClient';
export * from './src/client/ShardClientUtil';
export * from './src/concurrency/ConcurrencyClient';
export * from './src/concurrency/ConcurrencyManager';
export * from './src/ipc/BaseIpc';
export * from './src/ipc/Main';
export * from './src/ipc/BaseWorker';
export * from './src/ipc/ClientWorker';
export * from './src/manager/ClusterManager';
export * from './src/Indomitable';
Expand Down

0 comments on commit 1f03920

Please sign in to comment.