From 481e112b53eca41792e141b8c0b187d83e8c6717 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Wed, 9 Feb 2022 17:03:08 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3ad387..1f0b905 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Simple functional functions common to any development in Typescript or JavaScrip - **cloneJSON**: Clone JSON. - **updateJSON**: Returns a JSON with an updated value. - **getRandom**: Returns a random number from a range, with an optional number of decimal places. +- **deleteArrayElementByIndex**: Returns a copy of the array by removing one position by index. - **getIndexOfFileList**: Returns the index of an Array of Files from its name. If there are multiple files with the same name, the last one will be returned. ## Example