UNPKG

jsondiffpatch

Version:

JSON diff & patch (object and array diff, text diff, multiple output formats)

4 lines (3 loc) 149 B
import type DiffContext from "../contexts/diff.js"; import type { Filter } from "../types.js"; export declare const diffFilter: Filter<DiffContext>;