rmSync
rmSync(
this,path,options?):void
Defined in: src/node/sync.ts:586
Synchronous rm. Removes files or directories (recursively).
Parameters
Section titled “Parameters”unknown
PathLike
The path to the file or directory to remove.
options?
Section titled “options?”RmOptions
Returns
Section titled “Returns”void