Updated all, any, none

Merged them with their by counterparts.
This commit is contained in:
Angelos Chalaris
2018-02-16 13:43:43 +02:00
parent ce77e2b8b7
commit 9a3bd8ffae
22 changed files with 58 additions and 135 deletions

View File

@ -1,8 +1,6 @@
all:array
allBy:array,function
all:array,function
anagrams:string,recursion
any:array
anyBy:array,function
any:array,function
approximatelyEqual:math
arrayToHtmlList:browser,array
ary:adapter,function
@ -164,8 +162,7 @@ minBy:math,array,function
minN:array,math
mostPerformant:utility,function
negate:function
none:array
noneBy:array,function
none:array,function
nthArg:utility,function
nthElement:array
objectFromPairs:object,array