Skip to content

rmSync

rmSync(this, path, options?): void

Defined in: src/node/sync.ts:586

Synchronous rm. Removes files or directories (recursively).

unknown

PathLike

The path to the file or directory to remove.

RmOptions

void