Skip to content

Commit

Permalink
Add @async to JSDoc Other keywords section (#1819)
Browse files Browse the repository at this point in the history
Async is so prevalent these days, felt like it was important to include in a cheatsheet.
  • Loading branch information
cayleyh authored Jul 7, 2022
1 parent 05b5e05 commit 14068e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ This syntax is [TypeScript-specific](https://github.com/Microsoft/TypeScript/wik
```js
/**
* @throws {FooException}
* @async
* @private
* @deprecated
* @see
Expand Down

0 comments on commit 14068e6

Please sign in to comment.