A zero dependency JS utility library for the browser and node.js
npm i n34t-util
import { retry } from "n34t-util";
await retry(() => {
console.log("test");
}, 1000);
A zero dependency JS utility library for the browser and node.js
npm i n34t-util
import { retry } from "n34t-util";
await retry(() => {
console.log("test");
}, 1000);
npm i n34t-util
1
0.8.0
none
248 kB
83