MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / classNames

Function classNames

app/components/Preview/CalendarMonth.tsx:136–138  ·  view source on GitHub ↗
(...classes: (string | boolean)[])

Source from the content-addressed store, hash-verified

134}
135
136function classNames(...classes: (string | boolean)[]) {
137 return classes.filter(Boolean).join(" ");
138}

Callers 1

CalendarMonthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected