import { type RetryOptions } from "https://deno.land/std@0.191.0/async/retry.ts";
Properties
The inital and minimum amount of milliseconds between retries. This is 1000
by default.
import { type RetryOptions } from "https://deno.land/std@0.191.0/async/retry.ts";
The inital and minimum amount of milliseconds between retries. This is 1000
by default.