From 14068e6c4acff54e254ac39108ac93215a7b8fbe Mon Sep 17 00:00:00 2001 From: Cayley Humphries Date: Thu, 7 Jul 2022 06:03:37 -0700 Subject: [PATCH] Add @async to JSDoc `Other keywords` section (#1819) Async is so prevalent these days, felt like it was important to include in a cheatsheet. --- jsdoc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jsdoc.md b/jsdoc.md index 1eee7ce8..480c33fc 100644 --- a/jsdoc.md +++ b/jsdoc.md @@ -128,6 +128,7 @@ This syntax is [TypeScript-specific](https://github.com/Microsoft/TypeScript/wik ```js /** * @throws {FooException} + * @async * @private * @deprecated * @see