Add the accepted customizer arguments to cloneDeepWith docs.

This commit is contained in:
John-David Dalton
2018-01-14 09:06:30 -08:00
parent e9562a6ce3
commit 75690245aa

View File

@@ -6,6 +6,8 @@ const CLONE_SYMBOLS_FLAG = 4
/**
* This method is like `cloneWith` except that it recursively clones `value`.
* The customizer is invoked with up to four arguments
* (value [, index|key, object, stack]).
*
* @since 4.0.0
* @category Lang