hz-zhhq-web/node_modules/@babel/runtime-corejs2/helpers/inheritsLoose.js

6 lines
362 B
JavaScript
Raw Normal View History

2025-02-25 13:43:48 +08:00
var _Object$create = require("core-js/library/fn/object/create.js");
var setPrototypeOf = require("./setPrototypeOf.js");
function _inheritsLoose(t, o) {
t.prototype = _Object$create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o);
}
module.exports = _inheritsLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;