diff options
Diffstat (limited to 'node_modules/rollup-plugin-node-polyfills/polyfills/global.js')
| -rw-r--r-- | node_modules/rollup-plugin-node-polyfills/polyfills/global.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/rollup-plugin-node-polyfills/polyfills/global.js b/node_modules/rollup-plugin-node-polyfills/polyfills/global.js new file mode 100644 index 0000000..43aa025 --- /dev/null +++ b/node_modules/rollup-plugin-node-polyfills/polyfills/global.js @@ -0,0 +1,3 @@ +export default (typeof global !== "undefined" ? global : + typeof self !== "undefined" ? self : + typeof window !== "undefined" ? window : {});
\ No newline at end of file |
