mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
1
jsdoc.md
1
jsdoc.md
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user