UNPKG

@jsenv/plugin-transpilation

Version:
6 lines (5 loc) 167 B
export default function _newArrowCheck(innerThis, boundThis) { if (innerThis !== boundThis) { throw new TypeError("Cannot instantiate an arrow function"); } }