mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Add guard param doc to _.parseInt. [ci skip]
This commit is contained in:
@@ -8848,6 +8848,7 @@
|
||||
* @category Utility
|
||||
* @param {string} value The value to parse.
|
||||
* @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.
|
||||
* @example
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user