Skip to main content
function rmSync
rmSync(
path: PathLike,
options?: RmOptions,
): void
Deprecated

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

Parameters

path: PathLike
optional
options: RmOptions

Return Type

void
Back to top