(filePath: string)
| 65 | } |
| 66 | |
| 67 | export function fileExists(filePath: string): boolean { |
| 68 | return fs.existsSync(filePath); |
| 69 | } |
| 70 | |
| 71 | export function getUserConfig(): Constants.UserConfig { |
| 72 | let resolvedPath: string | undefined; |
no outgoing calls
no test coverage detected