MCPcopy 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

1export default function classnames(...args: string[]): string {
2 return args.filter(Boolean).join(" ");
3}

Callers 5

SearchItemFunction · 0.85
SearchPathResultFunction · 0.85
SearchResultValueFunction · 0.85
createOutputForMatchFunction · 0.85
SearchBarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected