MCPcopy
hub / github.com/binaricat/Netcatty / cn

Function cn

lib/utils.ts:4–6  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

2import { twMerge } from "tailwind-merge"
3
4export function cn(...inputs: ClassValue[]) {
5 return twMerge(clsx(inputs))
6}
7
8/**
9 * Normalize line endings to LF (Unix style).

Callers 15

PortForwardingFunction · 0.90
LogViewComponentFunction · 0.90
SerialConnectModalFunction · 0.90
SelectHostPanelContentFunction · 0.90
SessionHistoryDrawerFunction · 0.90
ProxyProfileCardFunction · 0.90
ProxyProfilesManagerFunction · 0.90
SftpViewInnerFunction · 0.90
ThemeList.tsxFile · 0.90
ThemeListFunction · 0.90
ActionRowFunction · 0.90
SettingsApplicationTabFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected