UNPKG

style-dictionary-utils

Version:
8 lines (7 loc) 237 B
import { TransformedToken } from 'style-dictionary/types'; /** * @name isDeprecated * @type filter * @description only returns tokens with deprecated = true */ export declare const isDeprecated: (token: TransformedToken) => boolean;