TypeStat icon indicating copy to clipboard operation
TypeStat copied to clipboard

Treat unknown similarly to any

Open JoshuaKGoldberg opened this issue 6 years ago • 0 comments

There are some places in code where, if a type contains ts.TypeFlags.Any, it is ignored. The same should happen with ts.TypeFlags.Unknown.

JoshuaKGoldberg avatar Feb 25 '19 02:02 JoshuaKGoldberg