(d, b)
| 15939 | return extendStatics(d, b); |
| 15940 | }; |
| 15941 | function __extends(d, b) { |
| 15942 | if (typeof b !== "function" && b !== null) |
| 15943 | throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); |
| 15944 | extendStatics(d, b); |
| 15945 | function __() { |
| 15946 | this.constructor = d; |
| 15947 | } |
| 15948 | d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
| 15949 | } |
| 15950 | var __assign = function() { |
| 15951 | __assign = Object.assign || function __assign2(t2) { |
| 15952 | for (var s, i = 1, n = arguments.length; i < n; i++) { |
no test coverage detected