(type)
| 67554 | return getElementTypeOfSliceOfTupleType(type, type.target.fixedLength); |
| 67555 | } |
| 67556 | function getRestArrayTypeOfTupleType(type) { |
| 67557 | var restType = getRestTypeOfTupleType(type); |
| 67558 | return restType && createArrayType(restType); |
| 67559 | } |
| 67560 | function getElementTypeOfSliceOfTupleType(type, index, endSkipCount, writing) { |
| 67561 | if (endSkipCount === void 0) { endSkipCount = 0; } |
| 67562 | if (writing === void 0) { writing = false; } |
no test coverage detected
searching dependent graphs…