Hacker News new | ask | show | jobs
by austin-cheney 716 days ago
Types are meta data for the compiler. They are not code that is compiled to JavaScript, so I isolate my type definitions to d.ts files. That is the only reason I have d.ts files at all.
1 comments

Types are also documentation for the developers reading and editing the code.