(paramIndex, decorator)
| 60 | } |
| 61 | |
| 62 | export function __param(paramIndex, decorator) { |
| 63 | return function (target, key) { decorator(target, key, paramIndex); } |
| 64 | } |
| 65 | |
| 66 | export function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { |
| 67 | function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…