UNPKG

@ords/core

Version:

Microservice architecture with service proposals in nodejs and typescript

5 lines (4 loc) 162 B
import * as proposals from './proposals'; export { proposals }; export { ServiceRegistry } from './service-registry'; export { ShortenAct } from './shorten-act';