Skip to content

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

ParameterTypeDescription
tokenTokenthe Token

Returns

boolean

true if the token is of type color or false if not