Merge pull request #1166 from wreckah/patch-1

Add promised type
This commit is contained in:
Rico Sta. Cruz
2019-09-01 16:33:11 +10:00
committed by GitHub

View File

@@ -36,6 +36,7 @@ See: <http://usejsdoc.org/index.html>
| `@param {...string} n` | Repeatable arguments |
| `@param {string} [n="hi"]` | Optional with default |
| `@param {string[]} n` | Array of strings |
| `@return {Promise<string[]>} n` | Promise fulfilled by array of strings |
See: <http://usejsdoc.org/tags-type.html>