UNPKG

redux-cached-api-middleware

Version:
10 lines (8 loc) 379 B
import config from './config'; import * as constants from './constants'; import cache from './cache'; import * as actions from './actions'; import reducer from './reducer'; import * as selectors from './selectors'; export default { config: config, constants: constants, cache: cache, actions: actions, reducer: reducer, selectors: selectors }; //# sourceMappingURL=index.js.map