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, 0 insertions, 4 deletions
diff --git a/node_modules/babel-runtime/helpers/selfGlobal.js b/node_modules/babel-runtime/helpers/selfGlobal.js
deleted file mode 100644
index 378beb8..0000000
--- a/node_modules/babel-runtime/helpers/selfGlobal.js
+++ /dev/null
@@ -1,4 +0,0 @@
-"use strict";
-
-exports.__esModule = true;
-exports.default = typeof global === "undefined" ? self : global; \ No newline at end of file