Improve cluster
type inference
#321
aleclarson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using
cluster([] as number[], 2)
should return a[number, number][]
type. Currently, it returns anumber[][]
type.Beta Was this translation helpful? Give feedback.
All reactions