Sanitizes a string to be a valid TypeScript identifier. Removes or replaces invalid characters and handles edge cases. Examples:
The string to sanitize
A valid TypeScript identifier TODO: check if this function is useful or could be moved to the other casing functions
Sanitizes a string to be a valid TypeScript identifier. Removes or replaces invalid characters and handles edge cases. Examples: