UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

7 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eventBus = void 0; const nasl_concepts_1 = require("@lcap/nasl-concepts"); exports.eventBus = new nasl_concepts_1.EventEmitter(); exports.default = exports.eventBus; //# sourceMappingURL=eventBus.js.map