MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / cn

Function cn

frontend/util/util.ts:442–444  ·  view source on GitHub ↗
(...inputs: ClassValue[])

Source from the content-addressed store, hash-verified

440}
441
442function cn(...inputs: ClassValue[]) {
443 return twMerge(clsx(inputs));
444}
445
446type ParsedDataUrl = {
447 mimeType: string;

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected