UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

5 lines 204 B
export default function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }