Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / newArrowCheck.js
@Réz István Réz István on 18 Nov 2021 166 bytes first commit
export default function _newArrowCheck(innerThis, boundThis) {
  if (innerThis !== boundThis) {
    throw new TypeError("Cannot instantiate an arrow function");
  }
}