UNPKG

@tokens-studio/sdk

Version:
9 lines 327 B
import type { CLIConfig } from '../run.js'; import type { Spec } from '../args-spec.js'; export type File = { filename: string; contents: string; mimeType?: string; }; export declare function writeFilesToFs(files: File[], args: Spec, config: CLIConfig): Promise<void>; //# sourceMappingURL=write-sets-to-fs.d.ts.map