recharts
Version:
React charts
10 lines (9 loc) • 318 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Global = void 0;
var parseIsSsrByDefault = () => !(typeof window !== 'undefined' && window.document && Boolean(window.document.createElement) && window.setTimeout);
var Global = exports.Global = {
isSsr: parseIsSsrByDefault()
};
;