|
|
|
|
|
by spiffytech
1210 days ago
|
|
I think that's just a contrived example. It looks like it should work with types like `(string | null)[]`, where individual members are only known on runtime. That's very appealing to be; I commonly .map() an array to a nullable type, then want to filter out the nulls. |
|