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
commit c353827bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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>