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

Interface FormattedValue

packages/extension/utils/tailwind.ts:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87interface FormattedValue {
88 text: string
89 isNegative: boolean
90 isKeyword: boolean
91}
92
93function isSide(f: string): f is Side {
94 return ['t', 'r', 'b', 'l'].includes(f)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected