formats | Different types of text and number formats |
Number | Formats a number to a string with thousand separators |
TitleCase | Formats a string to title case |
SentenceCase | Formats a string to sentence case |
CamelCase | Formats a string to camel case |
KebabCase | Formats a string to kebab case |
SnakeCase | Formats a string to snake case |
DateFor | Formats a date as a string with a customizable order of day, month and year |
millisecond | Converts the indicated time to milliseconds |
wait | Execute the code after a while |
log | Make a log with or without color |
type | Check what type is provided |
random | Get a random number between 2 numbers |
randomItem | Get a random element from an array |
symbols | Returns a selected symbol |