UNPKG

@foblex/mediator

Version:

An Angular library that implements the mediator pattern, providing a centralized way to handle requests with optional validation and execution pipelines.

8 lines (7 loc) 229 B
export * from './f-execution-register'; export * from './f-mediator'; export * from './f-validator-register'; export * from './i-execution'; export * from './i-handler'; export * from './i-validator'; export * from './pipeline';