dashboard/frontend/node_modules/@babel/runtime/helpers/newArrowCheck.js
2025-12-16 08:16:27 +09:00

4 lines
No EOL
220 B
JavaScript

function _newArrowCheck(n, r) {
if (n !== r) throw new TypeError("Cannot instantiate an arrow function");
}
module.exports = _newArrowCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;