Skip to content

Theemo / @theemo/tokens / isFontWeight

Function: isFontWeight()

ts
function isFontWeight(token): boolean;

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

Checks whether the token is a font weight

Parameters

ParameterTypeDescription
tokenTokenthe token

Returns

boolean

true if the token is a font weight or false if not