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