UNPKG

tryloop

Version:

Simple library for retrying operations, it supports multiple backoff strategies.

32 lines (31 loc) 734 B
{ "name": "tryloop", "repository": "github:fabiospampinato/tryloop", "description": "Simple library for retrying operations, it supports multiple backoff strategies.", "version": "2.0.2", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "tsex test", "test:watch": "tsex test --watch", "prepublishOnly": "tsex prepare" }, "keywords": [ "retry", "try", "backoff", "linear", "exponential", "raf" ], "devDependencies": { "fava": "^0.2.1", "tsex": "^3.0.1", "typescript": "^5.1.6" } }