UNPKG

cpp-merge

Version:

Command line tool to produce single source file from multiple C/C++ files

3 lines (2 loc) 158 B
export declare function removeDoubleEmptyLines(content: string): string; export declare function limitLineLength(text: string, lineLength: number): string[];