Update README.md
This commit is contained in:
parent
afb0ae90cf
commit
049aa7956b
@ -31,10 +31,11 @@ npm install micro-fp-tools
|
|||||||
|
|
||||||
### Array
|
### Array
|
||||||
|
|
||||||
- **range**: Returns an array with a sequence.
|
- **range**: Returns an list with a sequence.
|
||||||
- **uniqValuesArray**: Creates a duplicate-free version of an array.
|
- **uniqValuesArray**: Creates a duplicate-free version of an array.
|
||||||
- **deleteArrayElementByIndex**: Returns a copy of the array by removing one position by index.
|
- **deleteArrayElementByIndex**: Returns a copy of the list by removing one position by index.
|
||||||
- **arraySwapIndex**: Returns a copy of the Array by swapping 2 indices.
|
- **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
|
### JSON
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user