Hacker News new | ask | show | jobs
by neallindsay 183 days ago
Some TypeScript features are only available through JSDoc. The one I encounter most often is `@deprecated`.
1 comments

What do you mean? Jsdoc has it

https://jsdoc.app/tags-deprecated

I think he’s saying that only JSDoc has it. Vanilla TS doesn’t.
Isn't that what I said?