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