@fabric-es/fabric-cqrs
Version:
Hyperledger Fabric middleware for event sourcing and cqrs pattern
10 lines • 617 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.commandEpic = exports.reducer = exports.action = void 0;
const epic_1 = require("./epic");
Object.defineProperty(exports, "commandEpic", { enumerable: true, get: function () { return epic_1.epic; } });
var action_1 = require("./action");
Object.defineProperty(exports, "action", { enumerable: true, get: function () { return action_1.action; } });
var reducer_1 = require("./reducer");
Object.defineProperty(exports, "reducer", { enumerable: true, get: function () { return reducer_1.reducer; } });
//# sourceMappingURL=index.js.map