UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

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