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

Interface ArrayDelta

packages/jsondiffpatch/src/types.ts:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28export interface ArrayDelta {
29 _t: 'a';
30 [index: number | `${number}`]: Delta;
31 [index: `_${number}`]: DeletedDelta | MovedDelta;
32}
33
34export type MovedDelta = [unknown, number, 3];
35

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…