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