UNPKG

peepee

Version:

Visual Programming Language Where You Connect Ports Of One EventEmitter to Ports Of Another EventEmitter

8 lines (5 loc) 305 B
import { EventEmitter } from './EventEmitter.js'; import { CaptureAndProject } from './CaptureAndProject.js'; import { SagaOrchestrator } from './SagaOrchestrator.js'; import { EventAggregator } from './EventAggregator.js'; export { EventEmitter, CaptureAndProject, SagaOrchestrator, EventAggregator };