From a330ffa653b735d8228139369688aec083878feb Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 10 Feb 2022 09:29:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index acdd4fe..44702a9 100644 --- a/README.md +++ b/README.md @@ -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