* @param file The file to check
(file: string)
| 47 | * @param file The file to check |
| 48 | */ |
| 49 | public existsSync(file: string): boolean { |
| 50 | return fs.existsSync(file); |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | export default FileEngine.getInstance(); |
no outgoing calls
no test coverage detected