MCPcopy
hub / github.com/Peppermint-Lab/peppermint / classNames

Function classNames

apps/client/@/shadcn/lib/utils.ts:8–10  ·  view source on GitHub ↗
(...classes: any)

Source from the content-addressed store, hash-verified

6}
7
8export function classNames(...classes: any) {
9 return classes.filter(Boolean).join(" ");
10}

Callers 4

AdminLayoutFunction · 0.90
NewLayoutFunction · 0.90
SettingsFunction · 0.90
TicketFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected