UNPKG

@triviality/redux

Version:
13 lines 549 B
"use strict"; 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