All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.helpers.assertThisInitialized.js Maven / Gradle / Ivy

The newest version!
function _assertThisInitialized(e) {
  if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
  return e;
}
module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy