UNPKG

204 BJavaScriptView Raw
1export default function _inheritsLoose(subClass, superClass) {
2 subClass.prototype = Object.create(superClass.prototype);
3 subClass.prototype.constructor = subClass;
4 subClass.__proto__ = superClass;
5}
\No newline at end of file