@patternplate/client
Version:
Universal javascript client application for patternplate
28 lines (23 loc) • 600 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.type = exports.default = void 0;
var _ = require("./");
var _default = openDocumentation;
exports.default = _default;
const type = "OPEN_DOCUMENTATION";
exports.type = type;
function openDocumentation() {
return (dispatch, getState) => {
const state = getState();
const pathname = state.base;
dispatch((0, _.patchLocation)({
pathname
}));
};
}
openDocumentation.key = "";
openDocumentation.property = "";
openDocumentation.type = type;
//# sourceMappingURL=open-documentation.js.map