MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / isAxis

Function isAxis

packages/extension/utils/tailwind.ts:101–103  ·  view source on GitHub ↗
(f: string)

Source from the content-addressed store, hash-verified

99}
100
101function isAxis(f: string): f is Axis {
102 return ['x', 'y'].includes(f)
103}
104
105function formatFontFamily(val: string): string {
106 return val.replace(COMMA_DELIMITER_RE, ',').replace(WHITESPACE_RE, '_').replace(QUOTES_RE, '')

Callers 1

cssToTailwindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected