UNPKG

283 BJavaScriptView Raw
1var _Object$create = require("../core-js/object/create");
2
3function _inheritsLoose(subClass, superClass) {
4 subClass.prototype = _Object$create(superClass.prototype);
5 subClass.prototype.constructor = subClass;
6 subClass.__proto__ = superClass;
7}
8
9module.exports = _inheritsLoose;
\No newline at end of file