From e5f56a052df177ecac979018e20eeb664340e3d4 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 10 Feb 2022 09:39:22 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44702a9..16ed8fc 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Simple functional functions common to any development in Typescript or JavaScrip - **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. - **arrayFilesToFileList**: Returns a FileLists from an array containing Files. +- **encodeFileToText**: Returns a File in text. ## Example