UNPKG

ts-event-bus

Version:
79 lines (71 loc) 1.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "slot", { enumerable: true, get: function () { return _Slot.slot; } }); Object.defineProperty(exports, "Slot", { enumerable: true, get: function () { return _Slot.Slot; } }); Object.defineProperty(exports, "EventDeclaration", { enumerable: true, get: function () { return _Events.EventDeclaration; } }); Object.defineProperty(exports, "combineEvents", { enumerable: true, get: function () { return _Events.combineEvents; } }); Object.defineProperty(exports, "createEventBus", { enumerable: true, get: function () { return _Events.createEventBus; } }); Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return _Channel.Channel; } }); Object.defineProperty(exports, "GenericChannel", { enumerable: true, get: function () { return _GenericChannel.GenericChannel; } }); Object.defineProperty(exports, "ChunkedChannel", { enumerable: true, get: function () { return _ChunkedChannel.ChunkedChannel; } }); Object.defineProperty(exports, "TransportMessage", { enumerable: true, get: function () { return _Message.TransportMessage; } }); Object.defineProperty(exports, "DEFAULT_PARAM", { enumerable: true, get: function () { return _Constants.DEFAULT_PARAM; } }); var _Slot = require("./Slot"); var _Events = require("./Events"); var _Channel = require("./Channel"); var _GenericChannel = require("./Channels/GenericChannel"); var _ChunkedChannel = require("./Channels/ChunkedChannel"); var _Message = require("./Message"); var _Constants = require("./Constants");