()
| 20174 | function __extends(d, b) { |
| 20175 | extendStatics(d, b); |
| 20176 | function __() { |
| 20177 | this.constructor = d; |
| 20178 | } |
| 20179 | d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
| 20180 | } |
| 20181 | var __assign = function() { |
nothing calls this directly
no outgoing calls
no test coverage detected