(p: string, encoding?: string)
| 107 | stat(p: string): Promise<SerializedStat> |
| 108 | writeFile(p: string, data: string | Uint8Array): Promise<void> |
| 109 | readFile(p: string, encoding?: string): Promise<string | Uint8Array> |
| 110 | pathExists(p: string): Promise<boolean> |
| 111 | unlink(p: string): Promise<void> |
| 112 | readdir(p: string): Promise<string[]> |
no outgoing calls
no test coverage detected