Theemo / @theemo/tokens / isStrokeStyle
Function: isStrokeStyle()
ts
function isStrokeStyle(token): boolean;
Defined in: packages/tokens/src/filters/is-stroke-style.ts:9
Checks whether the token is a stroke style
Parameters
Parameter | Type | Description |
---|---|---|
token | Token | the token |
Returns
boolean
true
if the token is a stroke style or false
if not