UNPKG

@palmares/events

Version:

This is the events framework for palmares, it's responsible for handling everything that is Pub/Sub like websockets, pub/sub like redis, and other types of asynchronous background tasks

6 lines (5 loc) 137 B
// src/utils/constants.ts var LOGGING_APP_START_EVENTS_SERVER = "APP_START_EVENTS_SERVER"; export { LOGGING_APP_START_EVENTS_SERVER };