chatty-pub/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

7 lines
192 B
JavaScript

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