Skip to content

Theemo / @theemo/tokens / isTransition

Function: isTransition()

ts
function isTransition(token): boolean

Checks whether the token is a transition

Parameters

ParameterTypeDescription
tokenToken<"unknown">the token

Returns

boolean

true if the token is a transition or false if not

Source

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