blob: d6cd8643775c1111581cfe3b9cc7cc0ac234fe1f [file] [log] [blame]
export default function _newArrowCheck(innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}