Newer
Older
alert / js / node_modules / @babel / runtime / helpers / assertThisInitialized.js
@Réz István Réz István on 18 Nov 2021 297 bytes first commit
function _assertThisInitialized(self) {
  if (self === void 0) {
    throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
  }

  return self;
}

module.exports = _assertThisInitialized;
module.exports["default"] = module.exports, module.exports.__esModule = true;