UNPKG

microframe-ts

Version:

Typescript framework for creating microservices.

8 lines (7 loc) 250 B
import { EventAggregator } from '../event'; /** * Returns the singleton EventAggregator object. * This should be used to Get and Publish events. * @returns EventAggregator */ export declare const UseEventAggregator: () => EventAggregator;