mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Add guard param doc to _.parseInt. [ci skip]
This commit is contained in:
@@ -8848,6 +8848,7 @@
|
|||||||
* @category Utility
|
* @category Utility
|
||||||
* @param {string} value The value to parse.
|
* @param {string} value The value to parse.
|
||||||
* @param {number} [radix] The radix to interpret `value` by.
|
* @param {number} [radix] The radix to interpret `value` by.
|
||||||
|
* @param- {Object} [guard] Enables use as a callback for functions like `_.map`.
|
||||||
* @returns {number} Returns the converted integer.
|
* @returns {number} Returns the converted integer.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user