UNPKG

@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 306 B
import type { IEventEmitter } from './IEventEmitter'; /** * Factory function to create the appropriate EventEmitter based on environment */ export declare function createEventEmitter(): IEventEmitter; export type { IEventEmitter } from './IEventEmitter'; //# sourceMappingURL=EventEmitterFactory.d.ts.map