(filepath: string)
| 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>; |
| 34 | writeFile(filepath: string, content: Buffer): Promise<void>; |
no outgoing calls
no test coverage detected