mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-13 14:09:06 -05:00
Fix linting issue
This commit is contained in:
@@ -12869,7 +12869,7 @@ namespace ts {
|
||||
return propType;
|
||||
}
|
||||
if (everyType(type, isTupleType)) {
|
||||
let restType = mapType(type, t => getRestTypeOfTupleType(<TupleTypeReference>t) || undefinedType);
|
||||
const restType = mapType(type, t => getRestTypeOfTupleType(<TupleTypeReference>t) || undefinedType);
|
||||
if (restType !== undefinedType) {
|
||||
return restType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user