UNPKG

style-dictionary-utils

Version:
9 lines (8 loc) 278 B
import { TransformedToken } from 'style-dictionary/types'; /** * @name isSource * @type filter * @description only returns tokens that are coming from a `source` file and * not from an `included` file */ export declare const isSource: (token: TransformedToken) => boolean;