MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / diffJSON

Interface diffJSON

index.d.ts:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 types: string[];
37}
38interface diffJSON extends Array<["+"|"-"|"=", string]|["r", string, string]> {
39 [index:number]: ["+"|"-"|"=", string]|["r", string, string];
40}
41interface diffmeta {
42 differences: number;
43 lines: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected