(type)
| 59486 | return ts.emptyArray; |
| 59487 | } |
| 59488 | function getIndexInfosOfType(type) { |
| 59489 | return getIndexInfosOfStructuredType(getReducedApparentType(type)); |
| 59490 | } |
| 59491 | // Return the indexing info of the given kind in the given type. Creates synthetic union index types when necessary and |
| 59492 | // maps primitive types and type parameters are to their apparent types. |
| 59493 | function getIndexInfoOfType(type, keyType) { |
no test coverage detected
searching dependent graphs…