Home
last modified time | relevance | path

Searched defs:unionParamType (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts11650 const unionParamType = getIntersectionType([longestParamType, shorterParamType]); constant
28055 const unionParamType = getUnionType([longestParamType, shorterParamType]); constant