Skip to content

Theemo / @theemo/tokens / findConstrainedValue

Function: findConstrainedValue()

ts
function findConstrainedValue(value, constraints): unknown;

Defined in: packages/@theemo/tokens/src/transforms/find-constrained-value.ts:12

Finds the value matching the provided constraints

Parameters

ParameterTypeDescription
valueunknownthe Token value
constraintsPartialthe constraints for lookup

Returns

unknown

the matched token value or nothing