blob: a9bc4b1bc2a23d39bec7f15b06609ff086413763 (
plain)
1
2
3
4
5
6
7
|
import { CompareFileHandler } from '../../types';
/**
* Compare files line by line with options to ignore
* line endings and white space differences.
*/
export declare const lineBasedFileCompare: CompareFileHandler;
//# sourceMappingURL=lineBasedFileCompare.d.ts.map
|