@gitorial/sync
Version:
Universal sync library for real-time tutorial state synchronization between websites and VS Code extensions with built-in relay server orchestration
7 lines • 335 B
TypeScript
export { RelayClient } from './RefactoredRelayClient';
export { ConnectionManager } from './connection/ConnectionManager';
export { SessionManager } from './session/SessionManager';
export { MessageDispatcher } from './messaging/MessageDispatcher';
export * from './types';
export * from './socket';
//# sourceMappingURL=index.d.ts.map