source:
node_modules/recharts/es6/util/Global.js
| Last change on this file was a762898, checked in by , 5 months ago | |
|---|---|
|
|
| File size: 228 bytes | |
| Rev | Line | |
|---|---|---|
| [a762898] | 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.
