Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/src/utils.ts>retry

Export your battles from SplatNet to https://stat.ink
Go to Latest
function retry
import { retry } from "https://deno.land/x/s3si@ci/src/utils.ts";

Type Parameters

F extends () => Promise<unknown>

Parameters

f: F
optional
times = [UNSUPPORTED]

Returns

Promise<PromiseReturnType<F>>