@triviality/redux
Version:
Redux triviality integration
13 lines • 549 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var BaseReduxFeature_1 = require("./BaseReduxFeature");
var DevReduxFeature_1 = require("./DevReduxFeature");
var EpicReduxFeature_1 = require("./EpicReduxFeature");
exports.ReduxFeature = function () { return function (_a) {
var merge = _a.merge;
return merge(BaseReduxFeature_1.BaseReduxFeature())
.with(EpicReduxFeature_1.ReduxEpicFeature())
.with(DevReduxFeature_1.DevReduxFeature)
.all();
}; };
//# sourceMappingURL=ReduxFeature.js.map