summaryrefslogtreecommitdiff
path: root/alarm/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js')
-rw-r--r--alarm/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/alarm/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js b/alarm/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js
deleted file mode 100644
index d6cd864..0000000
--- a/alarm/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js
+++ /dev/null
@@ -1,5 +0,0 @@
-export default function _newArrowCheck(innerThis, boundThis) {
- if (innerThis !== boundThis) {
- throw new TypeError("Cannot instantiate an arrow function");
- }
-} \ No newline at end of file