UNPKG

differrer

Version:

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

5 lines (4 loc) 235 B
import { DiffDetails } from '../main'; export declare const renderValue: (value: any) => string; export declare const renderKey: (key?: string | number | null) => string; export declare const diffJsView: (diff: DiffDetails) => string;