(reportErrors)
| 60730 | return (deferredGlobalAsyncIterableType || (deferredGlobalAsyncIterableType = getGlobalType("AsyncIterable", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60731 | } |
| 60732 | function getGlobalAsyncIteratorType(reportErrors) { |
| 60733 | return (deferredGlobalAsyncIteratorType || (deferredGlobalAsyncIteratorType = getGlobalType("AsyncIterator", /*arity*/ 3, reportErrors))) || emptyGenericType; |
| 60734 | } |
| 60735 | function getGlobalAsyncIterableIteratorType(reportErrors) { |
| 60736 | return (deferredGlobalAsyncIterableIteratorType || (deferredGlobalAsyncIterableIteratorType = getGlobalType("AsyncIterableIterator", /*arity*/ 1, reportErrors))) || emptyGenericType; |
| 60737 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…