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

Usage in Deno

import { type RmOptions } 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