Merge branch 'master' into add-pullAtIndex

This commit is contained in:
Angelos Chalaris
2017-12-19 13:25:26 +02:00
committed by GitHub
20 changed files with 151 additions and 26 deletions

View File

@ -15,6 +15,7 @@ collatz:math
compact:array
compose:function
countOccurrences:array
countVowels:string
currentURL:browser
curry:function
deepFlatten:array
@ -72,6 +73,7 @@ powerset:math
promisify:function
pull:array
pullAtIndex:array
pullAll:array
randomIntegerInRange:math
randomNumberInRange:math
readFileLines:node