Skip to main content

@mr/retry@0.0.3
Built and signed on GitHub Actions

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
2 weeks ago (0.0.3)
T
Config

The configuration object for the retry functions.

f
lretry

Linear retry a function until it succeeds or the maximum number of attempts is reached.

f
retry

Exponentially retry a function until it succeeds or the maximum number of attempts is reached.