9a28c127c742232524d00ad420f90ce58a75fb67493a2f3aa63e159b4118da35eb3c7d209237c01bbc43796df3ca044129dde75375c7e7ad00b4e7b0b52d88 309 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = _newArrowCheck;
  6. function _newArrowCheck(innerThis, boundThis) {
  7. if (innerThis !== boundThis) {
  8. throw new TypeError("Cannot instantiate an arrow function");
  9. }
  10. }
  11. //# sourceMappingURL=newArrowCheck.js.map