reshow-return
Version:
reshow-return (simple connect component with reshow-flux)
16 lines (14 loc) • 444 B
JavaScript
;
exports.__esModule = true;
exports["default"] = void 0;
var _winDoc = require("win-doc");
// @ts-check
/**
* @returns {boolean}
*/
var hydrate = function hydrate() {
var _win$Reshow;
return !(0, _winDoc.hasWin)() || (/**@type any*/(_win$Reshow = (0, _winDoc.win)().Reshow) === null || _win$Reshow === void 0 ? void 0 : _win$Reshow.hydrate);
};
var _default = exports["default"] = hydrate;
module.exports = exports.default;