UNPKG

400 BTypeScriptView Raw
1/**
2 * Pluggable Microservices Framework
3 * (c) 2016 Betit Group
4 * MIT Licensed
5 *
6 */
7export { generateId as uid } from './utils';
8export { default as JsonCodec } from './codec/json';
9export { default as MsgPackCodec } from './codec/msgpack';
10export { default as NatsTransport } from './transport/nats';
11export { default as Client } from './client';
12export { default as Service } from './service';