mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Remove noop.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* isObjectLike([1, 2, 3]);
|
||||
* // => true
|
||||
*
|
||||
* isObjectLike(noop);
|
||||
* isObjectLike(Function);
|
||||
* // => false
|
||||
*
|
||||
* isObjectLike(null);
|
||||
|
||||
Reference in New Issue
Block a user