Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ecomfe/tempad-dev
/ isSide
Function
isSide
packages/extension/utils/tailwind.ts:93–95 ·
view source on GitHub ↗
(f: string)
Source
from the content-addressed store, hash-verified
91
}
92
93
function
isSide(f: string): f is Side {
94
return
[
't'
,
'r'
,
'b'
,
'l'
].includes(f)
95
}
96
97
function
isCorner(f: string): f is Corner {
98
return
[
'tl'
,
'tr'
,
'br'
,
'bl'
].includes(f)
Callers
1
cssToTailwind
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected