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