A utility to use retry any functions
pnpm add @aecomet/backoff-util
Example codes are here
pnpm build
node example/sample.mjs
# => Hello World
node example/sampleWithConfig.mjs
# => Hello World
node example/sampleWithAxios.mjs
# => { userId: 1, id: 1, title: 'delectus aut autem', completed: false }
pnpm run dev:html
# then, you can access `http://localhost:5173/index.html`
# build
pnpm build
# test
pnpm test
# also, you can use ui
pnpm test -- --ui
# local package test
pnpm link -g .