()
| 78 | throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); |
| 79 | extendStatics(d, b); |
| 80 | function __() { this.constructor = d; } |
| 81 | d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
| 82 | }; |
| 83 |
nothing calls this directly
no outgoing calls
no test coverage detected