@squareboat/nest-events
Version:
The event listener package for your NestJS Applications
10 lines (9 loc) • 504 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SquareboatNestEventConstants = void 0;
class SquareboatNestEventConstants {
}
exports.SquareboatNestEventConstants = SquareboatNestEventConstants;
SquareboatNestEventConstants.eventEmitterName = "@squareboat/nest-console/event_emitter_name";
SquareboatNestEventConstants.eventName = "@squareboat/nest-console/event_name";
SquareboatNestEventConstants.eventJobName = "@squareboat/nest-console/queued_event_handler_job";