* **Core**: Synchronous rename.
(oldPath: string, newPath: string)
| 109 | * **Core**: Synchronous rename. |
| 110 | */ |
| 111 | renameSync(oldPath: string, newPath: string): void; |
| 112 | /** |
| 113 | * **Core**: Asynchronous `stat` or `lstat`. |
| 114 | * @param isLstat True if this is `lstat`, false if this is regular |
no outgoing calls
no test coverage detected