Skip to content

Theemo / @theemo/tokens / isShadow

Function: isShadow()

ts
function isShadow(token): boolean;

Defined in: packages/tokens/src/filters/is-shadow.ts:9

Checks whether the token is a shadow

Parameters

ParameterTypeDescription
tokenTokenthe token

Returns

boolean

true if the token is a shadow or false if not