UNPKG

node-sagas

Version:

Library for handling distributed transactions in the microservices architecture

12 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SagaParams { setParam(param) { this.param = param; } getParam() { return this.param; } } exports.SagaParams = SagaParams; //# sourceMappingURL=saga-params.js.map