Skip to content

Theemo / @theemo/tokens / isFontWeight

Function: isFontWeight()

ts
function isFontWeight(token): boolean

Checks whether the token is a font weight

Parameters

ParameterTypeDescription
tokenToken<"unknown">the token

Returns

boolean

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

Source

packages/@theemo/tokens/src/filters/is-font-weight.ts:9