Hacker News new | ask | show | jobs
by tgv 1459 days ago
Does anybody have a document that describes all type constructions in typescript? The "official" handbook doesn't seem complete. Some time ago, I tried to use tuples in types, but I couldn't figure out the correct syntax. I found some vaguely similar examples on stackoverflow, so it seems some people did get that information.
1 comments

It helps to read the release notes to keep up to date. https://www.typescriptlang.org/docs/handbook/release-notes/t...
Thanks. Looks like there are a few release notes to catch up.