UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

7 lines (6 loc) 262 B
export declare function replaceStringAndLinebreaks({ haystack, stringBefore, stringAfter, }: { haystack: string; stringBefore: string; stringAfter: string; }): string; export declare function removeLinesBreaksInConflictingFiles(str: string): string;