function rmSync
Jump to headingrmSync(): void
Synchronously removes files and directories (modeled on the standard POSIX rm
utility). Returns undefined
.
Parameters Jump to heading
Jump to headingpath: PathLike
optional
Jump to headingoptions: RmOptions
Return Type Jump to heading
void