Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/retry/retry/options.ts>UNTIL

Re-execute a function until it does not throw an error or execute a function with a timeout.
Very Popular
Latest
type alias UNTIL
import { type UNTIL } from "https://deno.land/x/retry@v2.0.0/retry/options.ts";

type of the unil function

Type Parameters

RETURN_TYPE
definition: (lastResult: RETURN_TYPE) => boolean