rmSync

external fun rmSync(path: PathLike, options: RmOptions = definedExternally)(source)

Synchronously removes files and directories (modeled on the standard POSIX rm utility). Returns undefined.

Since

v14.14.0