File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Fixed errors after Github test Action.
88
99New helper added:
1010
11- - ` randomBetween() ` : Returns a random number between two intervals
11+ - ` randomBetween() ` : Returns a random number between two intervals
1212
1313> Find example in the [ README] ( README.md ) file.
1414
@@ -18,10 +18,10 @@ I improved `uuid()` function with crypto's Node.js and I added more complete com
1818
1919New helpers added:
2020
21- - ` isEmpty() ` : Checks if array is empty.
22- - ` shuffle() ` : Shuffles array keys.
23- - ` contains() ` : Checks if a word is in a string.
24- - ` containsAll() ` : Check if many words are in a string.
21+ - ` isEmpty() ` : Checks if array is empty.
22+ - ` shuffle() ` : Shuffles array keys.
23+ - ` contains() ` : Checks if a word is in a string.
24+ - ` containsAll() ` : Check if many words are in a string.
2525
2626> Find example in the [ README] ( README.md ) file.
2727
You can’t perform that action at this time.
0 commit comments