Skip to content

Theemo / @theemo/tokens / transformTokenValue

Function: transformTokenValue()

ts
function transformTokenValue(token): Token<"unknown">

Applies transformations to the token value

Parameters

ParameterTypeDescription
tokenToken<"unknown">Token

Returns

Token<"unknown">

the token with the transforms applied

Source

packages/@theemo/tokens/src/transforms/transform-token-value.ts:13