(type, cacheKey, cachedTypes)
| 83147 | return type[cacheKey]; |
| 83148 | } |
| 83149 | function setCachedIterationTypes(type, cacheKey, cachedTypes) { |
| 83150 | return type[cacheKey] = cachedTypes; |
| 83151 | } |
| 83152 | /** |
| 83153 | * Gets the *yield*, *return*, and *next* types from an `Iterable`-like or `AsyncIterable`-like type. |
| 83154 | * |
no outgoing calls
no test coverage detected