UNPKG

@proofkit/cli

Version:

Create web application with the ProofKit stack

7 lines (5 loc) 145 B
import { clsx } from "clsx"; import { twMerge } from "tailwind-merge"; export function cn(...inputs: any[]) { return twMerge(clsx(inputs)); }