| 7 | [key:number]: directoryItem; |
| 8 | } |
| 9 | interface diffStore { |
| 10 | diff: directoryList; |
| 11 | source: directoryList; |
| 12 | } |
| 13 | interface readFile { |
| 14 | callback: Function; |
| 15 | index: number; |
nothing calls this directly
no outgoing calls
no test coverage detected