From 27714bd87401b0aefc19133294bd612c96ce86d2 Mon Sep 17 00:00:00 2001 From: Alexander Perlamutrov Date: Tue, 6 Aug 2019 13:53:26 +0300 Subject: [PATCH] Add promised type https://github.com/jsdoc/jsdoc/issues/1197 --- jsdoc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jsdoc.md b/jsdoc.md index 25eaeb6ca..2eb368ca1 100644 --- a/jsdoc.md +++ b/jsdoc.md @@ -36,6 +36,7 @@ See: | `@param {...string} n` | Repeatable arguments | | `@param {string} [n="hi"]` | Optional with default | | `@param {string[]} n` | Array of strings | +| `@return {Promise} n` | Promise fulfilled by array of strings | See: