github-pages-deploy-action/node_modules/@babel/runtime/helpers/assertThisInitialized.js
2020-03-06 22:45:40 -05:00

9 lines
219 B
JavaScript

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