()
| 28 | path: typeof path.posix | typeof path.win32; |
| 29 | homedir(): Promise<string>; |
| 30 | tmpdir(): Promise<string>; |
| 31 | isFile(filepath: string): Promise<boolean>; |
| 32 | isFolder(filepath: string): Promise<boolean>; |
| 33 | readFile(filepath: string): Promise<Buffer>; |
no outgoing calls
no test coverage detected