rxcc
Version:
A tool to pack repository contents to single file for AI consumption
7 lines • 467 B
TypeScript
import type { RepomixProgressCallback } from '../../shared/types.js';
import type { RawFile } from './fileTypes.js';
import type { FileCollectTask } from './workers/fileCollectWorker.js';
export declare const collectFiles: (filePaths: string[], rootDir: string, progressCallback?: RepomixProgressCallback, deps?: {
initTaskRunner: (numOfTasks: number) => (task: FileCollectTask) => Promise<any>;
}) => Promise<RawFile[]>;
//# sourceMappingURL=fileCollect.d.ts.map