Test readme gen

This commit is contained in:
atomiks
2017-12-31 03:40:22 +11:00
parent 7288eabd27
commit 1e1bf34a5c

View File

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