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
optional
#options: RmOptions

Return Type #

void