(type)
| 56929 | && type.target === target; |
| 56930 | } |
| 56931 | function getTargetType(type) { |
| 56932 | return ts.getObjectFlags(type) & 4 /* ObjectFlags.Reference */ ? type.target : type; |
| 56933 | } |
| 56934 | // TODO: GH#18217 If `checkBase` is undefined, we should not call this because this will always return false. |
| 56935 | function hasBaseType(type, checkBase) { |
| 56936 | return check(type); |
no outgoing calls
no test coverage detected