source: node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 191 bytes
Line 
1export default function _assertThisInitialized(self) {
2 if (self === void 0) {
3 throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
4 }
5 return self;
6}
Note: See TracBrowser for help on using the repository browser.