UNPKG

repomix

Version:

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

5 lines (4 loc) 324 B
import type { RepomixConfigMerged } from '../../config/configSchema.js'; export declare const CHUNK_SEPARATOR = "\u22EE----"; export declare const parseFile: (fileContent: string, filePath: string, config: RepomixConfigMerged) => Promise<string | undefined>; export declare const cleanupLanguageParser: () => Promise<void>;