Searched defs:getRestTypeAtPosition (Results 1 – 3 of 3) sorted by relevance
18441 …const sourceType = i === restIndex ? getRestTypeAtPosition(source, i) : tryGetTypeAtPosition(sourc… constant18442 …const targetType = i === restIndex ? getRestTypeAtPosition(target, i) : tryGetTypeAtPosition(targe… constant33314 function getRestTypeAtPosition(source: Signature, pos: number): Type { function
81157 function getRestTypeAtPosition(source, pos) { function
68189 function getRestTypeAtPosition(source, pos) { function