UNPKG

@flowlab/event

Version:

FlowLab event-driven system

3 lines (2 loc) 138 B
import { EventBus } from '../bus/EventBus'; export declare function emitEvent(event: string, payload: any, bus: EventBus): Promise<void>;