UNPKG

differrer

Version:

> Utility to perform deep diff on any data types with smart order detection in arrays and different views implemented for convenience

6 lines (5 loc) 144 B
import { DiffDetails } from '../main'; export declare const diffSortedView: (diff: DiffDetails) => { source: string; target: string; };