Searched defs:isTypeDerivedFrom (Results 1 – 3 of 3) sorted by relevance
17894 function isTypeDerivedFrom(source: Type, target: Type): boolean { function25856 const isRelated = checkDerived ? isTypeDerivedFrom : isTypeSubtypeOf; constant
66999 function isTypeDerivedFrom(source, target) { function
56022 function isTypeDerivedFrom(source, target) { function