| Current Path : /var/www/html/learn/node_modules/@babel/runtime/helpers/esm/ |
| Current File : /var/www/html/learn/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js |
export default function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
}