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