Theemo / @theemo/tokens / isTypography
Function: isTypography()
ts
function isTypography(token): boolean;Defined in: packages/tokens/src/filters/is-typography.ts:9
Checks whether the token is a typography
Parameters
| Parameter | Type | Description |
|---|---|---|
token | Token | the token |
Returns
boolean
true if the token is a typography or false if not