Searched defs:getRestTypeAtPosition (Results 1 – 3 of 3) sorted by relevance
18521 …const sourceType = i === restIndex ? getRestTypeAtPosition(source, i) : tryGetTypeAtPosition(sourc… constant18522 …const targetType = i === restIndex ? getRestTypeAtPosition(target, i) : tryGetTypeAtPosition(targe… constant33532 function getRestTypeAtPosition(source: Signature, pos: number): Type { function
69233 function getRestTypeAtPosition(source, pos) { function
82370 function getRestTypeAtPosition(source, pos) { function