(paramIndex, decorator)
| 20203 | return c > 3 && r && Object.defineProperty(target, key, r), r; |
| 20204 | } |
| 20205 | function __param(paramIndex, decorator) { |
| 20206 | return function(target, key) { |
| 20207 | decorator(target, key, paramIndex); |
| 20208 | }; |
| 20209 | } |
| 20210 | function __metadata(metadataKey, metadataValue) { |
| 20211 | if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); |
| 20212 | } |
nothing calls this directly
no outgoing calls
no test coverage detected