MCPcopy 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
97function isCorner(f: string): f is Corner {
98 return ['tl', 'tr', 'br', 'bl'].includes(f)
99}
100
101function isAxis(f: string): f is Axis {
102 return ['x', 'y'].includes(f)

Callers 1

cssToTailwindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected