UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

13 lines 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const events_1 = require("events"); const yok_1 = require("./common/yok"); /** * Event Bus used by different services to emit state changes and * allow listening for these state changes without needing a reference * to the emitting service. */ class SharedEventBus extends events_1.EventEmitter { } yok_1.injector.register("sharedEventBus", SharedEventBus); //# sourceMappingURL=shared-event-bus.js.map