| 11 | source: directoryList; |
| 12 | } |
| 13 | interface readFile { |
| 14 | callback: Function; |
| 15 | index: number; |
| 16 | path: string; |
| 17 | stat: Stats; |
| 18 | } |
| 19 | |
| 20 | /*jslint node:true */ |
| 21 | /*eslint-env node*/ |
nothing calls this directly
no outgoing calls
no test coverage detected