UNPKG

@allgemein/eventbus

Version:
11 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NSQD_CLOSED = exports.NSQD_CONNECTED = exports.CONNECTION_ERROR = exports.READY = exports.ERROR = exports.DISCARD = exports.MESSAGE = void 0; exports.MESSAGE = 'message'; exports.DISCARD = 'discard'; exports.ERROR = 'error'; exports.READY = 'ready'; exports.CONNECTION_ERROR = 'connection_error'; exports.NSQD_CONNECTED = 'nsqd_connected'; exports.NSQD_CLOSED = 'nsqd_closed'; //# sourceMappingURL=Constants.js.map