MCPcopy
hub / github.com/dcastil/tailwind-merge / isTshirtSize

Function isTshirtSize

src/lib/validators.ts:21–21  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

19export const isPercent = (value: string) => value.endsWith('%') && isNumber(value.slice(0, -1))
20
21export const isTshirtSize = (value: string) => tshirtUnitRegex.test(value)
22
23export const isAny = () => true
24

Callers 1

validators.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…