9ed61cde103e80d02e365b2035df9e93f2d0142d53e1803933c7a5d2804725ddfb5fe051e2c44e0b83be5d845c24da2b1df3e19f5a02c3ba862c9c66521084 199 B

123456789
  1. "use strict";
  2. exports.__esModule = true;
  3. exports.default = function (innerThis, boundThis) {
  4. if (innerThis !== boundThis) {
  5. throw new TypeError("Cannot instantiate an arrow function");
  6. }
  7. };