MCPcopy 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
93function isSide(f: string): f is Side {
94 return ['t', 'r', 'b', 'l'].includes(f)
95}
96
97function isCorner(f: string): f is Corner {
98 return ['tl', 'tr', 'br', 'bl'].includes(f)

Callers 1

cssToTailwindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected