UNPKG

redux-resource

Version:
7 lines (6 loc) 224 B
"use strict"; exports.__esModule = true; exports.default = composeReducers; function composeReducers(reducers) { return (state, action) => reducers.reduceRight((prevState, reducer) => reducer(prevState, action), state); }