Version 1
[yaffs-website] / node_modules / babel-runtime / helpers / objectDestructuringEmpty.js
diff --git a/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js b/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
new file mode 100644 (file)
index 0000000..e2651c1
--- /dev/null
@@ -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