Skip to main content
RmDirOptions.retryDelay - fs - Node documentation
property RmDirOptions.retryDelay

Usage in Deno

import { type RmDirOptions } from "node:fs";

The amount of time in milliseconds to wait between retries. This option is ignored if the recursive option is not true.

Type

number | undefined