(e, t, r)
| 125 | return "symbol" == typeof e ? e : "".concat(e); |
| 126 | } |
| 127 | function p(e, t, r) { |
| 128 | return "symbol" == typeof t && (t = t.description ? "[".concat(t.description, "]") : ""), |
| 129 | Object.defineProperty(e, "name", { |
| 130 | configurable: !0, |
| 131 | value: r ? "".concat(r, " ", t) : t |
| 132 | }); |
| 133 | } |
| 134 | function y(e, t) { |
| 135 | if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(e, t); |
| 136 | } |
no outgoing calls
no test coverage detected