github-pages-deploy-action/node_modules/@babel/runtime/helpers/assertThisInitialized.js

9 lines
219 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
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;