Searched defs:getRestTypeAtPosition (Results 1 – 3 of 3) sorted by relevance
18482 …const sourceType = i === restIndex ? getRestTypeAtPosition(source, i) : tryGetTypeAtPosition(sourc… constant18483 …const targetType = i === restIndex ? getRestTypeAtPosition(target, i) : tryGetTypeAtPosition(targe… constant33376 function getRestTypeAtPosition(source: Signature, pos: number): Type { function
81372 function getRestTypeAtPosition(source, pos) { function
68388 function getRestTypeAtPosition(source, pos) { function