(s, e)
| 41 | } |
| 42 | |
| 43 | export function __rest(s, e) { |
| 44 | var t = {}; |
| 45 | for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) |
| 46 | t[p] = s[p]; |
| 47 | if (s != null && typeof Object.getOwnPropertySymbols === "function") |
| 48 | for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { |
| 49 | if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) |
| 50 | t[p[i]] = s[p[i]]; |
| 51 | } |
| 52 | return t; |
| 53 | } |
| 54 | |
| 55 | export function __decorate(decorators, target, key, desc) { |
| 56 | var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…