UNPKG

223 BJavaScriptView Raw
1function _inheritsLoose(subClass, superClass) {
2 subClass.prototype = Object.create(superClass.prototype);
3 subClass.prototype.constructor = subClass;
4 subClass.__proto__ = superClass;
5}
6
7module.exports = _inheritsLoose;
\No newline at end of file