Searched refs:printDiff (Results 1 – 2 of 2) sorted by relevance
6 import { printDiff } from './Diff';86 printDiff(contentBefore, contentAfter);
6 export function printDiff(before: string, after: string): void { function