Files
ETB/ETB-FrontEnd/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

4 lines
147 B
JavaScript

function _newArrowCheck(n, r) {
if (n !== r) throw new TypeError("Cannot instantiate an arrow function");
}
export { _newArrowCheck as default };