(o, i, a)
| 1128 | u = Object.prototype.hasOwnProperty, |
| 1129 | _ = Object.prototype.propertyIsEnumerable, |
| 1130 | __defNormalProp = (o, i, a) => |
| 1131 | i in o |
| 1132 | ? s(o, i, { enumerable: !0, configurable: !0, writable: !0, value: a }) |
| 1133 | : (o[i] = a), |
| 1134 | __spreadValues = (s, o) => { |
| 1135 | for (var i in o || (o = {})) u.call(o, i) && __defNormalProp(s, i, o[i]) |
| 1136 | if (a) for (var i of a(o)) _.call(o, i) && __defNormalProp(s, i, o[i]) |
no test coverage detected