(p: string, data: string, opts?: { exclusive?: boolean })
| 41 | // not follow a final symlink, so exclusive writes never clobber or traverse a |
| 42 | // planted symlink — used for backups and fresh installs. |
| 43 | writeFile(p: string, data: string, opts?: { exclusive?: boolean }): Promise<void>; |
| 44 | mkdir(p: string): Promise<void>; // recursive |
| 45 | } |
| 46 |
no outgoing calls
no test coverage detected