UNPKG

microframe-ts

Version:

Typescript framework for creating microservices.

8 lines (7 loc) 249 B
import EventAggregator, { PubSubBase } from 'event-ag'; /** * Exporting event-ag to ensure that the version used with microframe-ts is controlled. * event-ag version: 1.0.4 */ export { EventAggregator, PubSubBase }; export * from './api';