UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

10 lines 477 B
import { Request } from './index'; import { AnyAction } from 'redux'; export declare const SET_REQUEST_INFO = "SET_REQUEST_INFO"; export declare const REACT_ROUTER_REDUX_LOCATION_CHANGE = "@@router/LOCATION_CHANGE"; /** * Sets up an implementation neutral object that keeps track of the current url */ export declare const requestReducer: (state: Request | undefined, action: AnyAction) => Request; export default requestReducer; //# sourceMappingURL=requestReducers.d.ts.map