nestjs-temporal-core
Version:
Complete NestJS integration for Temporal.io with auto-discovery, declarative scheduling, enhanced monitoring, and enterprise-ready features
8 lines • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WorkflowProxyFactory = exports.WorkflowProxy = void 0;
var workflow_proxy_1 = require("./workflow-proxy");
Object.defineProperty(exports, "WorkflowProxy", { enumerable: true, get: function () { return workflow_proxy_1.WorkflowProxy; } });
var workflow_proxy_factory_1 = require("./workflow-proxy.factory");
Object.defineProperty(exports, "WorkflowProxyFactory", { enumerable: true, get: function () { return workflow_proxy_factory_1.WorkflowProxyFactory; } });
//# sourceMappingURL=index.js.map