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

Interface data

index.d.ts:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 [index:number]: [number, number];
28}
29interface data {
30 begin: number[];
31 ender: number[];
32 lexer: string[];
33 lines: number[];
34 stack: string[];
35 token: string[];
36 types: string[];
37}
38interface diffJSON extends Array<["+"|"-"|"=", string]|["r", string, string]> {
39 [index:number]: ["+"|"-"|"=", string]|["r", string, string];
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected