()
| 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++) { |
| 15953 | s = arguments[i]; |
| 15954 | for (var p in s) |
| 15955 | if (Object.prototype.hasOwnProperty.call(s, p)) |
| 15956 | t2[p] = s[p]; |
| 15957 | } |
| 15958 | return t2; |
| 15959 | }; |
| 15960 | return __assign.apply(this, arguments); |
| 15961 | }; |
| 15962 | function __spreadArray(to, from, pack) { |
| 15963 | if (pack || arguments.length === 2) |
| 15964 | for (var i = 0, l = from.length, ar; i < l; i++) { |
no outgoing calls
no test coverage detected