how to doc variadic param in jsdoc? and is there a way to doc param of type like "Array of string" ?
Asked
Active
Viewed 1,342 times
3
-
It looks like @aztack means he wants to document a variadic function that takes any number of arrays. The arrays consist of strings. In this case, the correct answer is http://stackoverflow.com/a/4841722/1170723 – lazd Jan 23 '14 at 06:20
-
@param {...array.
} arrs Any number of string array args – rich remer Apr 13 '14 at 23:35