UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

4 lines (3 loc) 272 B
import { Event, EventOptions } from "../../core/domain/events/Event"; export declare function dispatcher(publisher: Event, options?: EventOptions): Promise<any>; export declare function dispatcherWithoutPersistence(publisher: Event, options?: EventOptions): Promise<any>;