Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable gamla.retry
import { gamla } from "https://deno.land/x/abstract_bot_api@85.0.0/deps.ts";
const { retry } = gamla;

type

<F extends AsyncFunction>(
waitMs: number,
times: number,
f: F,
) => unknown