NodefsrmSyncfunction rmSync#rmSync(path: PathLike,options?: RmOptions,): voidSynchronously removes files and directories (modeled on the standard POSIX rm utility). Returns undefined. Parameters ##path: PathLike #options: RmOptions optionalReturn Type #void
function rmSync#rmSync(path: PathLike,options?: RmOptions,): voidSynchronously removes files and directories (modeled on the standard POSIX rm utility). Returns undefined. Parameters ##path: PathLike #options: RmOptions optionalReturn Type #void