Update README.md

This commit is contained in:
Andros Fenollosa 2022-02-09 16:57:53 +01:00 committed by GitHub
parent a732cc04fd
commit 1dea25ca15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ Simple functional functions common to any development in Typescript or JavaScrip
- **cloneJSON**: Clone JSON. - **cloneJSON**: Clone JSON.
- **updateJSON**: Returns a JSON with an updated value. - **updateJSON**: Returns a JSON with an updated value.
- **getRandom**: Returns a random number from a range, with an optional number of decimal places. - **getRandom**: Returns a random number from a range, with an optional number of decimal places.
- **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 ## Example
@ -42,4 +43,4 @@ And build.
make build make build
```` ````
Check 'dist' folder. Check 'dist' folder.