mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Add args param doc for _.attempt. [closes #2164] [ci skip]
This commit is contained in:
@@ -14118,6 +14118,7 @@
|
|||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
* @category Util
|
* @category Util
|
||||||
* @param {Function} func The function to attempt.
|
* @param {Function} func The function to attempt.
|
||||||
|
* @param {...*} [args] The arguments to invoke `func` with.
|
||||||
* @returns {*} Returns the `func` result or error object.
|
* @returns {*} Returns the `func` result or error object.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user