* The prefix to join the given parts with. If the `prefix` is
* omitted, it defaults to an empty string.
*
- * @param {string[]} [parts]
+ * @param {...string} [parts]
* An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*
* @instance
* @memberof LuCI
*
- * @param {string[]} [parts]
+ * @param {...string} [parts]
* An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*
* @instance
* @memberof LuCI
*
- * @param {string[]} [parts]
+ * @param {...string} [parts]
* An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*
* @instance
* @memberof LuCI
*
- * @param {string[]} [parts]
+ * @param {...string} [parts]
* An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*