summaryrefslogtreecommitdiff
path: root/alarm/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js')
-rw-r--r--alarm/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/alarm/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js b/alarm/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
new file mode 100644
index 0000000..251b859
--- /dev/null
+++ b/alarm/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
@@ -0,0 +1,3 @@
+export default function _objectDestructuringEmpty(obj) {
+ if (obj == null) throw new TypeError("Cannot destructure " + obj);
+} \ No newline at end of file