Hacker News new | ask | show | jobs
by valyagolev 1768 days ago
that is to say, the types are not part of the syntax in any way?
1 comments

You can typeset variables, parameters etc (ie. see the code in https://dev.to/somebee/global-type-augmentations-with-automa...). But declaring standalone types is still done in `.d.ts` files. Imho, the type inference in ts/js is getting so good that I very rarely need to declare any explicit types in my own projects.