import { type asyncUtils } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { RetryOptions } = asyncUtils;
Properties
The initial and minimum amount of milliseconds between attempts. This is 1000
by default.
x/dtils/deps.ts>asyncUtils.RetryOptions
import { type asyncUtils } from "https://deno.land/x/dtils@2.6.1/deps.ts";
const { RetryOptions } = asyncUtils;
The initial and minimum amount of milliseconds between attempts. This is 1000
by default.