Update README.md

This commit is contained in:
Andros Fenollosa 2022-02-10 09:29:55 +01:00 committed by GitHub
parent 42626383cb
commit a330ffa653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,11 @@ Simple functional functions common to any development in Typescript or JavaScrip
- **getRandom**: Returns a random number from a range, with an optional number of decimal places.
## Array
- **range**: Returns an array 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.
## JSON