UNPKG

earlect

Version:

Leader Election Generic Implementation for TypeScript

13 lines (11 loc) 301 B
import { CommunicationMediumError, ICommunicationMedium } from "./comm"; import { Hall } from "./hall"; import { ILeaderWatcher } from "./leader_watcher"; import { Viking } from "./viking"; export { CommunicationMediumError, Hall, ICommunicationMedium, ILeaderWatcher, Viking, };