UNPKG

human-object-diff

Version:

Human Readable Difference Between Two Objects

3 lines (2 loc) 173 B
import { type DiffEngineContext } from '../types'; export declare function humanReadableDiffGenerator(context: DiffEngineContext): (lhs: unknown, rhs: unknown) => string[];