mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Remove noop.
This commit is contained in:
@@ -22,7 +22,7 @@ import isLength from './isLength.js';
|
||||
* isArrayLike('abc');
|
||||
* // => true
|
||||
*
|
||||
* isArrayLike(noop);
|
||||
* isArrayLike(Function);
|
||||
* // => false
|
||||
*/
|
||||
function isArrayLike(value) {
|
||||
|
||||
Reference in New Issue
Block a user