aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-runtime/helpers/objectDestructuringEmpty.js')
-rw-r--r--node_modules/babel-runtime/helpers/objectDestructuringEmpty.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js b/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
new file mode 100644
index 000000000..e2651c137
--- /dev/null
+++ b/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
@@ -0,0 +1,7 @@
+"use strict";
+
+exports.__esModule = true;
+
+exports.default = function (obj) {
+ if (obj == null) throw new TypeError("Cannot destructure undefined");
+}; \ No newline at end of file