(metadataKey, metadataValue)
| 109 | }; |
| 110 | |
| 111 | export function __metadata(metadataKey, metadataValue) { |
| 112 | if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); |
| 113 | } |
| 114 | |
| 115 | export function __awaiter(thisArg, _arguments, P, generator) { |
| 116 | function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…