Add pullBy

This commit is contained in:
Angelos Chalaris
2018-01-26 13:48:50 +02:00
parent 9cae419013
commit 7f532a074d
2 changed files with 27 additions and 1 deletions

View File

@ -177,6 +177,7 @@ promisify:adapter,function,promise
pull:array
pullAtIndex:array
pullAtValue:array
pullBy:array,function,advanced
randomHexColorCode:utility,random
randomIntArrayInRange:math,utility,random
randomIntegerInRange:math,utility,random
@ -256,4 +257,4 @@ xProd:array,math
yesNo:utility,regexp
zip:array
zipObject:array,object
zipWith:array,advanced
zipWith:array,function,advanced