UNPKG

style-dictionary-utils

Version:
8 lines (7 loc) 229 B
import { TransformedToken } from 'style-dictionary/types'; /** * @name isDuration * @type filter * @description only returns tokens of type `duration` */ export declare const isDuration: (token: TransformedToken) => boolean;