UNPKG

repomix

Version:

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

9 lines 359 B
/** * Truncates base64 encoded data in content to reduce file size * Detects common base64 patterns like data URIs and standalone base64 strings * * @param content The content to process * @returns Content with base64 data truncated */ export declare const truncateBase64Content: (content: string) => string; //# sourceMappingURL=truncateBase64.d.ts.map