aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/helpers/typeof.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-runtime/helpers/typeof.js')
-rw-r--r--node_modules/babel-runtime/helpers/typeof.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/babel-runtime/helpers/typeof.js b/node_modules/babel-runtime/helpers/typeof.js
new file mode 100644
index 000000000..06c228917
--- /dev/null
+++ b/node_modules/babel-runtime/helpers/typeof.js
@@ -0,0 +1,21 @@
+"use strict";
+
+exports.__esModule = true;
+
+var _iterator = require("../core-js/symbol/iterator");
+
+var _iterator2 = _interopRequireDefault(_iterator);
+
+var _symbol = require("../core-js/symbol");
+
+var _symbol2 = _interopRequireDefault(_symbol);
+
+var _typeof = typeof _symbol2.default === "function" && typeof _iterator2.default === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default ? "symbol" : typeof obj; };
+
+function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
+
+exports.default = typeof _symbol2.default === "function" && _typeof(_iterator2.default) === "symbol" ? function (obj) {
+ return typeof obj === "undefined" ? "undefined" : _typeof(obj);
+} : function (obj) {
+ return obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default ? "symbol" : typeof obj === "undefined" ? "undefined" : _typeof(obj);
+}; \ No newline at end of file