Remove noop.

This commit is contained in:
John-David Dalton
2017-01-09 18:38:36 -08:00
parent 82e681a191
commit 395a81058b
7 changed files with 10 additions and 24 deletions

View File

@@ -15,7 +15,7 @@
* isObjectLike([1, 2, 3]);
* // => true
*
* isObjectLike(noop);
* isObjectLike(Function);
* // => false
*
* isObjectLike(null);