UNPKG

@vulog/aima-event

Version:

```bash npm i @vulog/aima-client @vulog/aima-core @vulog/aima-event ```

4 lines (3 loc) 156 B
export { getEventsByType, getEvents } from './getEvents'; export type { Event } from './types'; export type { EventFilters, EventType } from './getEvents';