Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts11732 function intersectTypes(type1: Type, type2: Type): Type; function
20051 …const filteredByApplicability = includeOptional ? intersectTypes(targetKeys, sourceKeys) : undefin… constant
/third_party/typescript/lib/
Dtsc.js50943 function intersectTypes(type1, type2) { function
DtypingsInstaller.js61260 function intersectTypes(type1, type2) { function