(...inputs: ClassValue[])
| 8 | import type { VFile } from 'vfile' |
| 9 | |
| 10 | export function cn(...inputs: ClassValue[]) { |
| 11 | return twMerge(clsx(inputs)) |
| 12 | } |
| 13 | |
| 14 | export function basenameNoExt(filePath: string): string { |
| 15 | const base = path.basename(filePath) |
no outgoing calls
no test coverage detected