1.0.5 • Published 9 months ago

@aecomet/backoff-util v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

backoff-util

A utility to use retry any functions

Getting Started

pnpm add @aecomet/backoff-util

Examples

Example codes are here

Node.js sample

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 }

HTML sample

pnpm run dev:html
# then, you can access `http://localhost:5173/index.html`

For Developers

# build
pnpm build

# test
pnpm test

# also, you can use ui
pnpm test -- --ui

# local package test
pnpm link -g .
1.0.5

9 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago