Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
function classNames(...classes: (string | boolean)[]) {
137
return classes.filter(Boolean).join(
" "
);
138
}
Callers
1
CalendarMonth
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected