MCPcopy
hub / github.com/benjamine/jsondiffpatch / Example

Interface Example

packages/jsondiffpatch/test/examples/diffpatch.ts:4–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { Delta, Options } from '../../src/index.js';
3
4interface Example {
5 name?: string;
6 options?: Options;
7 left: unknown;
8 right: unknown;
9 delta?: Delta;
10 reverse?: Delta;
11 exactReverse?: boolean;
12 noPatch?: boolean;
13 error?: RegExp;
14}
15
16type ExampleGroup = Example[];
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…