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