(d, b)
| 22 | }; |
| 23 | |
| 24 | export function __extends(d, b) { |
| 25 | if (typeof b !== "function" && b !== null) |
| 26 | throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); |
| 27 | extendStatics(d, b); |
| 28 | function __() { this.constructor = d; } |
| 29 | d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
| 30 | } |
| 31 | |
| 32 | export var __assign = function() { |
| 33 | __assign = Object.assign || function __assign(t) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…