redux-cached-api-middleware
Version:
API caching solution for redux apps
10 lines (8 loc) • 379 B
JavaScript
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