Y
Hacker News
new
|
ask
|
show
|
jobs
by
steadicat
2845 days ago
TypeScript 3.0 fixed this:
https://blogs.msdn.microsoft.com/typescript/2018/07/30/annou...
1 comments
mpawelski
2845 days ago
no yet really. But it's good first step to have "true" variadic types support. Right now I think you still can't represent stuff like `Promise.all` without many numbers of overloads.
link