UNPKG

aico-pack

Version:

A tool to pack repository contents to single file for AI consumption

3 lines 229 B
import type { RepomixConfigMerged } from '../../config/configSchema.js'; export declare const writeOutputToDisk: (output: string, config: RepomixConfigMerged) => Promise<undefined>; //# sourceMappingURL=writeOutputToDisk.d.ts.map