UNPKG

@unchainedshop/core-events

Version:

This package defines the event module which ensures the emitted events are written to the database as an Event History and offers a core module to search for events.

4 lines (2 loc) 107 B
export type { Event } from './db/EventsCollection.js'; export * from './module/configureEventsModule.js';