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

@@ -22,7 +22,7 @@ import isLength from './isLength.js';
* isArrayLike('abc');
* // => true
*
* isArrayLike(noop);
* isArrayLike(Function);
* // => false
*/
function isArrayLike(value) {