mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 12:33:30 +01:00
feat: @discordjs/ws (#8260)
Co-authored-by: Parbez <imranbarbhuiya.fsd@gmail.com>
This commit is contained in:
14
packages/ws/src/index.ts
Normal file
14
packages/ws/src/index.ts
Normal 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';
|
||||
Reference in New Issue
Block a user