()
| 20179 | d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); |
| 20180 | } |
| 20181 | var __assign = function() { |
| 20182 | __assign = Object.assign || function __assign(t) { |
| 20183 | for(var s, i = 1, n = arguments.length; i < n; i++){ |
| 20184 | s = arguments[i]; |
| 20185 | for(var p in s)if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; |
| 20186 | } |
| 20187 | return t; |
| 20188 | }; |
| 20189 | return __assign.apply(this, arguments); |
| 20190 | }; |
| 20191 | function __rest(s, e) { |
| 20192 | var t = {}; |
| 20193 | for(var p in s)if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; |
no outgoing calls
no test coverage detected