Skip to main content
Module

x/dax/mod.ts>RetryOptions

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
interface RetryOptions
import { type RetryOptions } from "https://deno.land/x/dax@0.9.0/mod.ts";

Options for using $.retry({ ... })

Properties

count: number

Number of times to retry.

Delay in milliseconds.

action: () => Promise<TReturn>

Action to retry if it throws.

optional
quiet: boolean

Do not log.