UNPKG

263 BJavaScriptView Raw
1import _Object$create from "../../core-js/object/create";
2export default function _inheritsLoose(subClass, superClass) {
3 subClass.prototype = _Object$create(superClass.prototype);
4 subClass.prototype.constructor = subClass;
5 subClass.__proto__ = superClass;
6}
\No newline at end of file