(...inputs: ClassValue[])
| 3 | import { siteConfig } from "@/lib/site"; |
| 4 | |
| 5 | export function cn(...inputs: ClassValue[]) { |
| 6 | return twMerge(clsx(inputs)); |
| 7 | } |
| 8 | |
| 9 | export function absoluteUrl(path: string) { |
| 10 | return new URL(path, siteConfig.url).toString(); |
no outgoing calls
no test coverage detected