(...inputs: ClassValue[])
| 10 | import { I18nKey } from "#/i18n/declaration"; |
| 11 | |
| 12 | export function cn(...inputs: ClassValue[]) { |
| 13 | return twMerge(clsx(inputs)); |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | * Trigger a download for a provided Blob with the given filename |
no outgoing calls
no test coverage detected