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