UNPKG

@tokens-studio/sdk

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