Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1229
export
function
joinClassNames(classNames: string[]): string {
1230
return
classNames.filter(Boolean).join(
' '
)
1231
}
Callers
6
tailwind.test.ts
File · 0.90
classProps
Function · 0.90
mergeClass
Function · 0.90
renderBlock
Function · 0.90
optimizeComponentTree
Function · 0.90
buildInlineTree
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected