UNPKG

discord-hybrid-sharding

Version:

The first package which combines sharding manager & internal sharding to save a lot of resources, which allows clustering!

16 lines 603 B
export * from './Core/Cluster'; export * from './Core/ClusterClient'; export * from './Core/ClusterManager'; export * from './Plugins/HeartbeatSystem'; export * from './Plugins/ReCluster'; export * from './Plugins/AutoResharderSystem'; export * from './Structures/Child'; export * from './Structures/Data'; export * from './Structures/IPCHandler'; export * from './Structures/IPCMessage'; export * from './Structures/PromiseHandler'; export * from './Structures/Queue'; export * from './Structures/Worker'; export * from './types/shared'; export * from './Util/Util'; //# sourceMappingURL=index.d.ts.map