Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ classnames
Function
classnames
app/utilities/classnames.ts:1–3 ·
view source on GitHub ↗
(...args: string[])
Source
from the content-addressed store, hash-verified
1
export
default
function
classnames(...args: string[]): string {
2
return
args.filter(Boolean).join(
" "
);
3
}
Callers
5
SearchItem
Function · 0.85
SearchPathResult
Function · 0.85
SearchResultValue
Function · 0.85
createOutputForMatch
Function · 0.85
SearchBar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected