🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
147 B
JavaScript
Executable File
4 lines
147 B
JavaScript
Executable File
function _newArrowCheck(n, r) {
|
|
if (n !== r) throw new TypeError("Cannot instantiate an arrow function");
|
|
}
|
|
export { _newArrowCheck as default }; |