MCPcopy
hub / github.com/MODSetter/SurfSense / cn

Function cn

surfsense_web/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
8export const formatDate = (date: Date): string => {
9 return date.toLocaleDateString("en-US", {

Callers 15

getMDXComponentsFunction · 0.90
SearchSpaceFormFunction · 0.90
LogoFunction · 0.90
PricingFunction · 0.90
MarkdownViewerFunction · 0.90
LayoutShellFunction · 0.90
SidebarHeaderFunction · 0.90
AllSharedChatsSidebarFunction · 0.90
NavSectionFunction · 0.90
AllPrivateChatsSidebarFunction · 0.90
SidebarSectionFunction · 0.90
SidebarUserProfileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected