UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

6 lines (5 loc) 139 B
import { clsx } from "clsx"; import { twMerge } from "tailwind-merge"; export function cn(...inputs) { return twMerge(clsx(inputs)); }