(d, b)
| 20172 | return extendStatics(d1, b1); |
| 20173 | }; |
| 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() { |
| 20182 | __assign = Object.assign || function __assign(t) { |
| 20183 | for(var s, i = 1, n = arguments.length; i < n; i++){ |
nothing calls this directly
no test coverage detected