typescript-event-emitter
Version:
Versatile and feature-rich TypeScript library for event management, providing a solid foundation for building event-driven applications in TypeScript.
8 lines (7 loc) • 581 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventEmitterService = exports.GlobalEventBusService = void 0;
var GlobalEventBusService_1 = require("././GlobalEventBusService");
Object.defineProperty(exports, "GlobalEventBusService", { enumerable: true, get: function () { return GlobalEventBusService_1.GlobalEventBusService; } });
var EventEmitterService_1 = require("./EventEmitterService");
Object.defineProperty(exports, "EventEmitterService", { enumerable: true, get: function () { return EventEmitterService_1.EventEmitterService; } });