Test readme gen
This commit is contained in:
12
README.md
12
README.md
@ -262,6 +262,7 @@
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
---
|
||||||
## Adapter
|
## Adapter
|
||||||
|
|
||||||
### call
|
### call
|
||||||
@ -424,6 +425,7 @@ arrayMax([1, 2, 4]); // 4
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Array
|
## Array
|
||||||
|
|
||||||
### chunk
|
### chunk
|
||||||
@ -1437,6 +1439,7 @@ zipObject(['a', 'b'], [1, 2, 3]); // {a: 1, b: 2}
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Browser
|
## Browser
|
||||||
|
|
||||||
### arrayToHtmlList
|
### arrayToHtmlList
|
||||||
@ -1888,6 +1891,7 @@ UUIDGeneratorBrowser(); // '7982fcfe-5721-4632-bede-6000885be57d'
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Date
|
## Date
|
||||||
|
|
||||||
### getDaysDiffBetweenDates
|
### getDaysDiffBetweenDates
|
||||||
@ -1988,6 +1992,7 @@ tomorrow(); // 2017-12-27 (if current date is 2017-12-26)
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Function
|
## Function
|
||||||
|
|
||||||
### chainAsync
|
### chainAsync
|
||||||
@ -2151,6 +2156,7 @@ async function sleepyWork() {
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Logic
|
## Logic
|
||||||
|
|
||||||
### negate
|
### negate
|
||||||
@ -2175,6 +2181,7 @@ negate(isOdd)(1); // false
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Math
|
## Math
|
||||||
|
|
||||||
### average
|
### average
|
||||||
@ -2880,6 +2887,7 @@ sum([1, 2, 3, 4]); // 10
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Media
|
## Media
|
||||||
|
|
||||||
### speechSynthesis
|
### speechSynthesis
|
||||||
@ -2910,6 +2918,7 @@ speechSynthesis('Hello, World'); // // plays the message
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Node
|
## Node
|
||||||
|
|
||||||
### JSONToFile
|
### JSONToFile
|
||||||
@ -2999,6 +3008,7 @@ UUIDGeneratorNode(); // '79c7c136-60ee-40a2-beb2-856f1feabefc'
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Object
|
## Object
|
||||||
|
|
||||||
### cleanObj
|
### cleanObj
|
||||||
@ -3214,6 +3224,7 @@ truthCheckCollection([{ user: 'Tinky-Winky', sex: 'male' }, { user: 'Dipsy', sex
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## String
|
## String
|
||||||
|
|
||||||
### anagrams
|
### anagrams
|
||||||
@ -3738,6 +3749,7 @@ words('python, javaScript & coffee'); // ["python", "javaScript", "coffee"]
|
|||||||
|
|
||||||
<br>[⬆ Back to top](#table-of-contents)
|
<br>[⬆ Back to top](#table-of-contents)
|
||||||
|
|
||||||
|
---
|
||||||
## Utility
|
## Utility
|
||||||
|
|
||||||
### coalesce
|
### coalesce
|
||||||
|
|||||||
Reference in New Issue
Block a user