UNPKG

@ords/core

Version:

Microservice architecture with service proposals in nodejs and typescript

10 lines (9 loc) 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // export everything const proposals = require("./proposals"); exports.proposals = proposals; var service_registry_1 = require("./service-registry"); exports.ServiceRegistry = service_registry_1.ServiceRegistry; var shorten_act_1 = require("./shorten-act"); exports.ShortenAct = shorten_act_1.ShortenAct;