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