summaryrefslogtreecommitdiff
path: root/school/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js
diff options
context:
space:
mode:
Diffstat (limited to 'school/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js')
-rw-r--r--school/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/school/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js b/school/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js
new file mode 100644
index 0000000..5b405e0
--- /dev/null
+++ b/school/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js
@@ -0,0 +1,4 @@
+function _objectDestructuringEmpty(obj) {
+ if (obj == null) throw new TypeError("Cannot destructure " + obj);
+}
+module.exports = _objectDestructuringEmpty, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file