UNPKG

earlect

Version:

Leader Election Generic Implementation for TypeScript

9 lines (8 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const comm_1 = require("./comm"); exports.CommunicationMediumError = comm_1.CommunicationMediumError; const hall_1 = require("./hall"); exports.Hall = hall_1.Hall; const viking_1 = require("./viking"); exports.Viking = viking_1.Viking;