Add any, anyBy, all, allBy, none, noneBy

This commit is contained in:
Angelos Chalaris
2018-02-14 11:46:15 +02:00
parent 096fa381f0
commit dd9bbaac65
20 changed files with 1185 additions and 953 deletions

View File

@ -1,4 +1,8 @@
all:array
allBy:array,function
anagrams:string,recursion
any:array
anyBy:array,function
arrayToHtmlList:browser,array
ary:adapter,function
atob:node,string,utility
@ -154,6 +158,8 @@ merge:object,array
minBy:math,array,function
minN:array,math
negate:function
none:array
noneBy:array,function
nthArg:utility,function
nthElement:array
objectFromPairs:object,array