UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

15 lines 467 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setRequestInfo = void 0; var requestReducers_1 = require("./requestReducers"); /** * Sets up an implementation neutral object that keeps track of the current url */ function setRequestInfo(request) { return { type: requestReducers_1.SET_REQUEST_INFO, request: request }; } exports.setRequestInfo = setRequestInfo; //# sourceMappingURL=requestActions.js.map