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