Update README.md

This commit is contained in:
Andros Fenollosa 2022-02-19 17:29:34 +01:00 committed by GitHub
parent afb0ae90cf
commit 049aa7956b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,10 +31,11 @@ npm install micro-fp-tools
### Array
- **range**: Returns an array with a sequence.
- **range**: Returns an list with a sequence.
- **uniqValuesArray**: Creates a duplicate-free version of an array.
- **deleteArrayElementByIndex**: Returns a copy of the array by removing one position by index.
- **arraySwapIndex**: Returns a copy of the Array by swapping 2 indices.
- **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.
### JSON