blob: bbf849ca50e66f60bb95da3091fbc944e73f1669 [file] [log] [blame]
export default function _assertThisInitialized(self) {
if (self === void 0) {
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
}
return self;
}