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

5 lines 178 B
/** * Generates a random uuid for each event so we change the actual name of the event with uuids. */ export declare function uuid(): string; //# sourceMappingURL=uuid.d.ts.map