We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For objects that need a lot of short documentation, TSDoc can be quite verbose, requiring 3 lines of code for one line of comment.
The triple slash style gives a great short-hand alternative to write notes
/// foo makes bars function foo() { return 'bar' }