Index: node_modules/recharts/lib/util/Global.js
===================================================================
--- node_modules/recharts/lib/util/Global.js	(revision a762898ecd37a452c782821d4c2c4955c6ed2521)
+++ node_modules/recharts/lib/util/Global.js	(revision a762898ecd37a452c782821d4c2c4955c6ed2521)
@@ -0,0 +1,11 @@
+"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 = {
+  devToolsEnabled: true,
+  isSsr: parseIsSsrByDefault()
+};
