summaryrefslogtreecommitdiff
path: root/bot/node_modules/@babel/runtime/helpers/esm/typeof.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/node_modules/@babel/runtime/helpers/esm/typeof.js')
-rw-r--r--bot/node_modules/@babel/runtime/helpers/esm/typeof.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/bot/node_modules/@babel/runtime/helpers/esm/typeof.js b/bot/node_modules/@babel/runtime/helpers/esm/typeof.js
new file mode 100644
index 0000000..013eb72
--- /dev/null
+++ b/bot/node_modules/@babel/runtime/helpers/esm/typeof.js
@@ -0,0 +1,9 @@
+export default function _typeof(o) {
+ "@babel/helpers - typeof";
+
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
+ return typeof o;
+ } : function (o) {
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
+ }, _typeof(o);
+} \ No newline at end of file