reshow-return
Version:
reshow-return (simple connect component with reshow-flux)
11 lines (10 loc) • 297 B
JavaScript
// @ts-check
import { hasWin, win } from "win-doc";
/**
* @returns {boolean}
*/
var hydrate = function hydrate() {
var _win$Reshow;
return !hasWin() || (/**@type any*/(_win$Reshow = win().Reshow) === null || _win$Reshow === void 0 ? void 0 : _win$Reshow.hydrate);
};
export default hydrate;