source:
node_modules/recharts/es6/util/Global.js@
a762898
| Last change on this file since a762898 was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 228 bytes | |
| Line | |
|---|---|
| 1 | var parseIsSsrByDefault = () => !(typeof window !== 'undefined' && window.document && Boolean(window.document.createElement) && window.setTimeout); |
| 2 | export var Global = { |
| 3 | devToolsEnabled: true, |
| 4 | isSsr: parseIsSsrByDefault() |
| 5 | }; |
Note:
See TracBrowser
for help on using the repository browser.
