Test readme gen

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

View File

@ -262,7 +262,8 @@
</details> </details>
## Adapter ---
## Adapter
### call ### call
@ -424,7 +425,8 @@ arrayMax([1, 2, 4]); // 4
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
## Array ---
## Array
### chunk ### chunk
@ -1437,7 +1439,8 @@ 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,7 +1891,8 @@ 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,7 +1992,8 @@ 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,7 +2156,8 @@ async function sleepyWork() {
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
## Logic ---
## Logic
### negate ### negate
@ -2175,7 +2181,8 @@ negate(isOdd)(1); // false
<br>[⬆ Back to top](#table-of-contents) <br>[⬆ Back to top](#table-of-contents)
## Math ---
## Math
### average ### average
@ -2880,7 +2887,8 @@ 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,7 +2918,8 @@ 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,7 +3008,8 @@ 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,7 +3224,8 @@ 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,7 +3749,8 @@ 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