discord-cross-hosting
Version:
The first package which allows broadcastEval() over cross-hosted machines and efficient machine & shard management.
10 lines • 425 B
TypeScript
export * from './Manager/Bridge';
export * from './Manager/Client';
export * from './Manager/Shard';
export * from './Structures/IPCMessage';
export * from './Plugins/CacheServer/CacheServer';
export * from './Plugins/CacheServer/CacheClient';
export * from './Plugins/CacheServer/RemoteServerCache';
export * from './Plugins/CacheServer/RemoteClientCache';
export * from './types/shared';
//# sourceMappingURL=index.d.ts.map