source: node_modules/recharts/es6/util/Global.js@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 228 bytes
Line 
1var parseIsSsrByDefault = () => !(typeof window !== 'undefined' && window.document && Boolean(window.document.createElement) && window.setTimeout);
2export var Global = {
3 devToolsEnabled: true,
4 isSsr: parseIsSsrByDefault()
5};
Note: See TracBrowser for help on using the repository browser.