mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Use Array.isArray.
This commit is contained in:
@@ -20,7 +20,7 @@ import createAssigner from './_createAssigner.js';
|
||||
* @example
|
||||
*
|
||||
* function customizer(objValue, srcValue) {
|
||||
* if (isArray(objValue)) {
|
||||
* if (Array.isArray(objValue)) {
|
||||
* return objValue.concat(srcValue);
|
||||
* }
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user