MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / joinClassNames

Function joinClassNames

packages/extension/utils/tailwind.ts:1229–1231  ·  view source on GitHub ↗
(classNames: string[])

Source from the content-addressed store, hash-verified

1227}
1228
1229export function joinClassNames(classNames: string[]): string {
1230 return classNames.filter(Boolean).join(' ')
1231}

Callers 6

tailwind.test.tsFile · 0.90
classPropsFunction · 0.90
mergeClassFunction · 0.90
renderBlockFunction · 0.90
optimizeComponentTreeFunction · 0.90
buildInlineTreeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected