typedoc-vitepress-theme-example / utilities
utilities
This module contains generic utility functions.
Index
Functions
| Function | Description |
|---|---|
| formatCurrency | Function to format a number as currency. |
| generateUniqueId | Function to generate a unique identifier. |
| isValidEmail | Function to check if a value is a valid email address. |
| shuffleArray | Function to shuffle an array. |
| toTitleCase | Function to convert a string to title case. |
| truncateString | Function to truncate a string to a specified length. |