@teleology/fp
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -8,3 +8,3 @@ "use strict"; | ||
const retry = (fn, max) => async (...args) => { | ||
const retry = (fn, max = 3) => async (...args) => { | ||
for (let i = max - 1; i > -1; i -= 1) { | ||
@@ -11,0 +11,0 @@ try { |
{ | ||
"name": "@teleology/fp", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A small collection of functional programming utils", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:icarus-sullivan/teleology-fp.git", |
16070