feat: @discordjs/ws (#8260)

Co-authored-by: Parbez <imranbarbhuiya.fsd@gmail.com>
This commit is contained in:
DD
2022-07-22 20:13:47 +03:00
committed by GitHub
parent 830c670c61
commit 748d7271c4
37 changed files with 3659 additions and 2612 deletions

14
packages/ws/src/index.ts Normal file
View File

@@ -0,0 +1,14 @@
export * from './strategies/context/IContextFetchingStrategy';
export * from './strategies/context/SimpleContextFetchingStrategy';
export * from './strategies/context/WorkerContextFetchingStrategy';
export * from './strategies/sharding/IShardingStrategy';
export * from './strategies/sharding/SimpleShardingStrategy';
export * from './strategies/sharding/WorkerShardingStrategy';
export * from './utils/constants';
export * from './utils/IdentifyThrottler';
export * from './utils/utils';
export * from './ws/WebSocketManager';
export * from './ws/WebSocketShard';