(...inputs: ClassValue[])
| 6 | const UUID_KEY = 'uuid'; |
| 7 | |
| 8 | export function cn(...inputs: ClassValue[]) { |
| 9 | return twMerge(clsx(inputs)); |
| 10 | } |
| 11 | |
| 12 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 13 | export const emptyFn = (): any => undefined; |
no outgoing calls
no test coverage detected