mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Remove map examples from parseInt and trim (#3487)
This commit is contained in:
committed by
John-David Dalton
parent
c3b3c71b0a
commit
8464b184b7
@@ -23,9 +23,6 @@ const nativeParseInt = root.parseInt
|
||||
*
|
||||
* parseInt('08')
|
||||
* // => 8
|
||||
*
|
||||
* map(['6', '08', '10'], parseInt)
|
||||
* // => [6, 8, 10]
|
||||
*/
|
||||
function parseInt(string, radix) {
|
||||
if (radix == null) {
|
||||
|
||||
Reference in New Issue
Block a user