Skip to content

Theemo / @theemo/tokens / isFontFamily

Function: isFontFamily()

ts
function isFontFamily(token): boolean

Checks whether the token is a font family

Parameters

ParameterTypeDescription
tokenToken<"unknown">the token

Returns

boolean

true if the token is a font family or false it not

Source

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