(...inputs: ClassValue[])
| 270 | } |
| 271 | |
| 272 | export function cn(...inputs: ClassValue[]) { |
| 273 | return twMerge(clsx(inputs)); |
| 274 | } |
| 275 | |
| 276 | export function toTitleCase(rawName: string): string { |
| 277 | // Split on one or more hyphens or underscores |
no outgoing calls
no test coverage detected