Add @async to JSDoc `Other keywords` section (#1819)

Async is so prevalent these days, felt like it was important to include in a cheatsheet.
This commit is contained in:
Cayley Humphries 2022-07-07 06:03:37 -07:00 committed by GitHub
parent 05b5e05d09
commit 14068e6c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ This syntax is [TypeScript-specific](https://github.com/Microsoft/TypeScript/wik
```js
/**
* @throws {FooException}
* @async
* @private
* @deprecated
* @see