UNPKG

@clipchamp/json-delta

Version:

Json object diff / patching with configurable short-circuit tolerance. Forked from: github.com/corps

3 lines (2 loc) 122 B
import { DiffInsert, DiffPart } from '../index'; export declare function isInsert<T>(d: DiffPart<T>): d is DiffInsert<T>;