(e, i)
| 5291 | }, je(e, i); |
| 5292 | }; |
| 5293 | function Be(e, i) { |
| 5294 | if (typeof i != "function" && i !== null) |
| 5295 | throw new TypeError("Class extends value " + String(i) + " is not a constructor or null"); |
| 5296 | function t() { |
| 5297 | this.constructor = e; |
| 5298 | } |
| 5299 | je(e, i), e.prototype = i === null ? Object.create(i) : (t.prototype = i.prototype, new t()); |
| 5300 | } |
| 5301 | var ee = function() { |
| 5302 | return ee = Object.assign || function(e) { |
| 5303 | for (var i, t = 1, n = arguments.length; t < n; t++) |
no test coverage detected