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

9 lines
283 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
var _Object$create = require("../core-js/object/create");
function _inheritsLoose(subClass, superClass) {
subClass.prototype = _Object$create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
}
module.exports = _inheritsLoose;