|
|
|
|
|
by smt88
2803 days ago
|
|
TypeScript supports Flow-like type annotation in comments, which allows you to take advantage of static type-checking without transpiling. That's as much as I know about it. I don't use that feature because transpiling is such a minor issue that I can't imagine any universe in which I would use comment-style types, which are slightly more cumbersome to use. |
|