tri
1.0.2 • Public • Published tri

Try to execute a JavaScript function
Installation
Usage
const tri = require('tri');
tri(function() {
return Promise.resolve();
}, {
maxAttempts: 0,
delay: 100,
factor: 2,
jitter: true
});
Install
npm i tri
Weekly Downloads