@nestjs/microservices
Version:
Nest - modern, fast, powerful node.js web framework (@microservices)
12 lines (11 loc) • 562 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./server"), exports);
tslib_1.__exportStar(require("./server-grpc"), exports);
tslib_1.__exportStar(require("./server-kafka"), exports);
tslib_1.__exportStar(require("./server-mqtt"), exports);
tslib_1.__exportStar(require("./server-nats"), exports);
tslib_1.__exportStar(require("./server-redis"), exports);
tslib_1.__exportStar(require("./server-rmq"), exports);
tslib_1.__exportStar(require("./server-tcp"), exports);
;