Add findLastIndex, update findLast

This commit is contained in:
Angelos Chalaris
2018-01-24 13:02:07 +02:00
parent 432c91748a
commit 6e605673f0
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ fibonacci:math,array
filterNonUnique:array
findKey:object,function
findLast:array
findLastIndex:array,function
findLastKey:object,function
flatten:array
flip:adapter,function