Files
est-frame/node_modules/@babel/runtime-corejs3/helpers/newArrowCheck.js
2025-10-22 05:38:27 +00:00

6 lines
262 B
JavaScript
Executable File

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;