summaryrefslogtreecommitdiffstats
path: root/node_modules/babel-runtime/helpers/selfGlobal.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-runtime/helpers/selfGlobal.js')
-rw-r--r--node_modules/babel-runtime/helpers/selfGlobal.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/babel-runtime/helpers/selfGlobal.js b/node_modules/babel-runtime/helpers/selfGlobal.js
new file mode 100644
index 0000000..378beb8
--- /dev/null
+++ b/node_modules/babel-runtime/helpers/selfGlobal.js
@@ -0,0 +1,4 @@
+"use strict";
+
+exports.__esModule = true;
+exports.default = typeof global === "undefined" ? self : global; \ No newline at end of file