projecte_ionic/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
2022-02-09 18:30:03 +01:00

7 lines
No EOL
192 B
JavaScript
Executable file

export default function _assertThisInitialized(self) {
if (self === void 0) {
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
}
return self;
}