UNPKG

differrer

Version:

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

4 lines (3 loc) 202 B
import { DiffDetails } from '../main'; export declare const diffChangesViewConsole: (diff: DiffDetails) => string; export declare const diffChangesViewRaw: (diff: DiffDetails) => (string | string[])[];