UNPKG

redux-cached-api-middleware

Version:
6 lines (5 loc) 195 B
import { NAME } from './constants'; export var getResult = function getResult(state, key) { return state && state[NAME] ? state[NAME][key] : undefined; }; //# sourceMappingURL=selectors.js.map