Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts11691 function intersectTypes(type1: Type, type2: Type): Type; function
20010 …const filteredByApplicability = includeOptional ? intersectTypes(targetKeys, sourceKeys) : undefin… constant
/third_party/typescript/lib/
DtypingsInstaller.js61065 function intersectTypes(type1, type2) { function
Dtsc.js50764 function intersectTypes(type1, type2) { function