UNPKG

livelists-node-js

Version:
8 lines 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParticipantClient = exports.ChannelClient = void 0; var ChannelClient_1 = require("./services/ChannelClient"); Object.defineProperty(exports, "ChannelClient", { enumerable: true, get: function () { return ChannelClient_1.ChannelClient; } }); var ParticipantClient_1 = require("./services/ParticipantClient"); Object.defineProperty(exports, "ParticipantClient", { enumerable: true, get: function () { return ParticipantClient_1.ParticipantClient; } }); //# sourceMappingURL=index.js.map