@tunnel-cast/nestjs
Version:
## About This is a Tunnel-Cast - NestJS integration package, wrap the `cast` application into the `NestJS` building blocks.
7 lines • 466 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var cast_pipe_factory_1 = require("./cast.pipe.factory");
Object.defineProperty(exports, "CastPipeFactory", { enumerable: true, get: function () { return cast_pipe_factory_1.CastPipeFactory; } });
var cast_pipe_1 = require("./cast.pipe");
Object.defineProperty(exports, "CastPipe", { enumerable: true, get: function () { return cast_pipe_1.CastPipe; } });
//# sourceMappingURL=index.js.map