(path: string)
| 121 | // Structural methods. |
| 122 | create(path: string, content: Buffer | string): void; |
| 123 | delete(path: string): void; |
| 124 | rename(from: string, to: string): void; |
| 125 | |
| 126 | apply(action: Action, strategy?: MergeStrategy): void; |
no outgoing calls
no test coverage detected