Home
last modified time | relevance | path

Searched refs:printDiff (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/
H A DTransforms.ts6 import { printDiff } from './Diff';
86 printDiff(contentBefore, contentAfter);
H A DDiff.ts6 export function printDiff(before: string, after: string): void { function