Update README.md

This commit is contained in:
Andros Fenollosa 2022-02-10 09:39:22 +01:00 committed by GitHub
parent b9c8b7e5e5
commit e5f56a052d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. - **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. - **arrayFilesToFileList**: Returns a FileLists from an array containing Files.
- **encodeFileToText**: Returns a File in text.
## Example ## Example