(path: string, options?: { recursive?: boolean; force?: boolean })
| 63 | options?: { exclusive?: boolean }, |
| 64 | ): Promise<void>; |
| 65 | rm(path: string, options?: { recursive?: boolean; force?: boolean }): Promise<void>; |
| 66 | chmod(path: string, mode: number): Promise<void>; |
| 67 | symlink(target: string, path: string): Promise<void>; |
| 68 | } |
no outgoing calls
no test coverage detected