Skip to content

Commit

Permalink
fix: index.ts types
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Jan 4, 2025
1 parent af32b47 commit 2f7c0ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export * from './src/client/ShardClient';
export * from './src/client/ShardClientUtil';
export * from './src/concurrency/ConcurrencyManager';
export * from './src/ipc/BaseIpc';
export * from './src/ipc/MainWorker';
export * from './src/ipc/BaseWorker';
export * from './src/ipc/ClientWorker';
export * from './src/ipc/BaseSocket';
export * from './src/ipc/ClientSocket';
export * from './src/ipc/ServerSocket';
export * from './src/ipc/IpcServer';
export * from './src/manager/ClusterManager';
export * from './src/Indomitable';
export * as Utils from './src/Util';

0 comments on commit 2f7c0ce

Please sign in to comment.