jiangping
2025-04-18 daa04a061ac3be4bb812c26fcf8f1b62838cec5a
1
2
3
4
function _newArrowCheck(n, r) {
  if (n !== r) throw new TypeError("Cannot instantiate an arrow function");
}
export { _newArrowCheck as default };