0.1.8 • Published 6 years ago
meow-tools v0.1.8
meow-tools Information
Functions:
| FUNCTION | PARAMETERS | OUTPUT |
|---|---|---|
| rand(min, max) | min: minimum number to be generatedmax: maximum number to be generated | number |
| randItem(array) | array: the array to get a random value from | any |
Prototypes:
| PROTOTYPE | DESCRIPTION | TYPE |
|---|---|---|
| add(string) | Adds the provided string to the end of the first string | string |
| removeAll(string) | Removes all of the provided string from the first one | string |