Implemented suggesting improvements
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
anagrams:string,recursion
|
||||
arrayToHtmlList:browser,array
|
||||
ary:adapter,function
|
||||
atob:node,string,utility
|
||||
@ -110,6 +109,7 @@ intersectionWith:array,function
|
||||
invertKeyValues:object,function
|
||||
is:type,array,regexp
|
||||
isAbsoluteURL:string,utility,browser,url
|
||||
isAnagram:string,regexp
|
||||
isArrayLike:type,array
|
||||
isBoolean:type
|
||||
isDivisible:math
|
||||
@ -174,7 +174,7 @@ partial:function
|
||||
partialRight:function
|
||||
partition:array,object,function
|
||||
percentile:math
|
||||
permuteAll:utility,advanced,array,string
|
||||
permutations:array,recursion
|
||||
pick:object,array
|
||||
pickBy:object,array,function
|
||||
pipeAsyncFunctions:adapter,function,promise
|
||||
@ -225,6 +225,7 @@ sortedLastIndexBy:array,math,function
|
||||
splitLines:string
|
||||
spreadOver:adapter
|
||||
standardDeviation:math,array
|
||||
stringPermutations:string,recursion
|
||||
stripHTMLTags:string,utility,regexp
|
||||
sum:math,array
|
||||
sumBy:math,array,function
|
||||
|
||||
Reference in New Issue
Block a user