Shouldn't Array.isArray narrow the type to unknown[]
?
#43865
Labels
Duplicate
An existing issue was already created
unknown[]
?
#43865
lib Update Request
Configuration Check
My compilation target is whatever and my lib is
the default
.Missing / Incorrect Definition
Array.isArray()
Sample Code
I might be missing other usecases, but seems like Array.isArray typing should be smarter than just
is any[]
The text was updated successfully, but these errors were encountered: