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

  return self;
}