()
| 26 | throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); |
| 27 | extendStatics(d, b); |
| 28 | function __() { this.constructor = d; } |
| 29 | d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
| 30 | } |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected