UNPKG

microframe-ts

Version:

Typescript framework for creating microservices.

15 lines (12 loc) 266 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';