UNPKG

@eventcatalog/notifier

Version:

CLI tool to detect EventCatalog changes and send notifications

4 lines 208 B
import { Event } from './notifications/Event'; import { Notification } from './types'; export declare const processEvents: (events: Event[]) => Promise<Notification[]>; //# sourceMappingURL=processor.d.ts.map