UNPKG

recharts

Version:
10 lines (9 loc) 318 B
"use strict"; 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() };