UNPKG

817 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.ClientProxyFactory = void 0;
4const tslib_1 = require("tslib");
5tslib_1.__exportStar(require("./client-grpc"), exports);
6tslib_1.__exportStar(require("./client-kafka"), exports);
7tslib_1.__exportStar(require("./client-mqtt"), exports);
8tslib_1.__exportStar(require("./client-nats"), exports);
9tslib_1.__exportStar(require("./client-proxy"), exports);
10var client_proxy_factory_1 = require("./client-proxy-factory");
11Object.defineProperty(exports, "ClientProxyFactory", { enumerable: true, get: function () { return client_proxy_factory_1.ClientProxyFactory; } });
12tslib_1.__exportStar(require("./client-redis"), exports);
13tslib_1.__exportStar(require("./client-rmq"), exports);
14tslib_1.__exportStar(require("./client-tcp"), exports);