mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Update argument count for cloneWith customizer. [closes #3582]
This commit is contained in:
@@ -7,7 +7,7 @@ const CLONE_SYMBOLS_FLAG = 4
|
||||
* This method is like `clone` except that it accepts `customizer` which
|
||||
* is invoked to produce the cloned value. If `customizer` returns `undefined`,
|
||||
* cloning is handled by the method instead. The `customizer` is invoked with
|
||||
* up to four arguments (value [, index|key, object, stack]).
|
||||
* one argument (value).
|
||||
*
|
||||
* @since 4.0.0
|
||||
* @category Lang
|
||||
|
||||
Reference in New Issue
Block a user