UNPKG

rxcc

Version:

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

6 lines 260 B
export interface FileManipulator { removeComments(content: string): string; removeEmptyLines(content: string): string; } export declare const getFileManipulator: (filePath: string) => FileManipulator | null; //# sourceMappingURL=fileManipulate.d.ts.map