summaryrefslogtreecommitdiffstats
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, 0 insertions, 7 deletions
diff --git a/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js b/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
deleted file mode 100644
index e2651c1..0000000
--- a/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js
+++ /dev/null
@@ -1,7 +0,0 @@
-"use strict";
-
-exports.__esModule = true;
-
-exports.default = function (obj) {
- if (obj == null) throw new TypeError("Cannot destructure undefined");
-}; \ No newline at end of file