Update README.md

This commit is contained in:
Andros Fenollosa 2022-02-19 17:36:10 +01:00 committed by GitHub
parent f4ed409885
commit 4fa7be30ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ npm install micro-fp-tools
- **range**: Returns an list with a sequence.
- **uniqValuesArray**: Creates a duplicate-free version of an array.
- **randomUniqList**: Returns a list of non-repeating random numbers.
- **deleteArrayElementByIndex**: Returns a copy of the list by removing one position by index.
- **arraySwapIndex**: Returns a copy of the list by swapping 2 indices.
- **arrayMoveIndex**: Returns a copy of the list where an index has been moved to another position.