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
| Parameter | Type | Description |
|---|---|---|
token | Token | the token |
Returns
boolean
true if the token is a font weight or false if not