summaryrefslogtreecommitdiff
path: root/school/node_modules/@babel/runtime/helpers/newArrowCheck.js
blob: 9c680c8d4940eace1dd8df6fbeadf50b0b4ccc7e (plain)
1
2
3
4
5
6
function _newArrowCheck(innerThis, boundThis) {
  if (innerThis !== boundThis) {
    throw new TypeError("Cannot instantiate an arrow function");
  }
}
module.exports = _newArrowCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;