| 36 | types: string[]; |
| 37 | } |
| 38 | interface diffJSON extends Array<["+"|"-"|"=", string]|["r", string, string]> { |
| 39 | [index:number]: ["+"|"-"|"=", string]|["r", string, string]; |
| 40 | } |
| 41 | interface diffmeta { |
| 42 | differences: number; |
| 43 | lines: number; |
nothing calls this directly
no outgoing calls
no test coverage detected