UNPKG

repomix

Version:

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

3 lines (2 loc) 182 B
import type { RepomixConfigMerged } from '../../config/configSchema.js'; export declare const writeOutputToDisk: (output: string, config: RepomixConfigMerged) => Promise<undefined>;