deno.com

function rmSync

#rmSync(
path: PathLike,
options?: RmOptions,
): void

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

Parameters #

#path: PathLike
#options: RmOptions
optional

Return Type #

void