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

10 lines 277 B
import { Logger } from '@palmares/logging'; export declare const eventsLogger: Logger<{ APP_START_EVENTS_SERVER: { category: "info"; handler: ({ appName }: { appName: string; }) => string; }; }>; //# sourceMappingURL=logging.d.ts.map